diff options
author | dirk <dirk@FreeBSD.org> | 1999-03-26 08:44:57 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-03-26 08:44:57 +0000 |
commit | ca8e603baade9da49c406efe929bc106c2bfe4b4 (patch) | |
tree | a28fdf9b7faa7300611e02c2550051e9a3f511cd /net/SSLtelnet/Makefile | |
parent | 6166c46f2a2745ae5203b33ac0f604a95d6e7c16 (diff) | |
download | FreeBSD-ports-ca8e603baade9da49c406efe929bc106c2bfe4b4.zip FreeBSD-ports-ca8e603baade9da49c406efe929bc106c2bfe4b4.tar.gz |
${PREFIX}/bin/ssleay -> ${PREFIX}/bin/openssl due to openssl upgrade.
Unfortunaly SSLtelnet doesn't work with openssl-0.9.2b at the moment.
We'll try to fix this as soon as possible.
OK'ed by: Issei Suzuki <issei@jp.freebsd.org> (maintainer)
Diffstat (limited to 'net/SSLtelnet/Makefile')
-rw-r--r-- | net/SSLtelnet/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/SSLtelnet/Makefile b/net/SSLtelnet/Makefile index 3d55eb0..97802d8 100644 --- a/net/SSLtelnet/Makefile +++ b/net/SSLtelnet/Makefile @@ -3,7 +3,7 @@ # Date created: Mar 29, 1998 # Whom: issei@jp.FreeBSD.ORG # -# $Id: Makefile,v 1.5 1998/10/19 15:49:06 vanilla Exp $ +# $Id: Makefile,v 1.6 1999/01/10 14:11:16 dirk Exp $ DISTNAME= SSLtelnet-0.13 CATEGORIES= net security @@ -11,6 +11,8 @@ MASTER_SITES= ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/ MAINTAINER= issei@jp.FreeBSD.ORG +BROKEN= does not work with openssl-0.9.2b at the moment + .if defined(USA_RESIDENT) && ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO pre-fetch: @echo @@ -27,8 +29,8 @@ pre-configure: .endif .endif -BUILD_DEPENDS= ssleay:${PORTSDIR}/security/openssl -RUN_DEPENDS= ssleay:${PORTSDIR}/security/openssl +BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl +RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl RESTRICTED= "Cryptography" |