aboutsummaryrefslogtreecommitdiff
path: root/net/SSLtelnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/SSLtelnet/Makefile')
-rw-r--r--net/SSLtelnet/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/SSLtelnet/Makefile b/net/SSLtelnet/Makefile
index 3d55eb03e203..97802d85014c 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"