diff options
author | dirk <dirk@FreeBSD.org> | 1999-01-10 14:11:19 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-01-10 14:11:19 +0000 |
commit | 799603eaf703232b0708f699136d6efcecbff48b (patch) | |
tree | 09b7a9a8687efb808d7232bba9ddf1814ddba017 /net | |
parent | 44a6a5c62df60b22a379b96d1660630b023da760 (diff) | |
download | FreeBSD-ports-799603eaf703232b0708f699136d6efcecbff48b.zip FreeBSD-ports-799603eaf703232b0708f699136d6efcecbff48b.tar.gz |
Change dependencies from SSLeay to openssl, the successor of SSLeay.
Diffstat (limited to 'net')
-rw-r--r-- | net/SSLtelnet/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/SSLtelnet/Makefile b/net/SSLtelnet/Makefile index 9c93adc..3d55eb0 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.4 1998/09/25 10:20:18 asami Exp $ +# $Id: Makefile,v 1.5 1998/10/19 15:49:06 vanilla Exp $ DISTNAME= SSLtelnet-0.13 CATEGORIES= net security @@ -27,8 +27,8 @@ pre-configure: .endif .endif -BUILD_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay -RUN_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay +BUILD_DEPENDS= ssleay:${PORTSDIR}/security/openssl +RUN_DEPENDS= ssleay:${PORTSDIR}/security/openssl RESTRICTED= "Cryptography" @@ -39,4 +39,5 @@ INSTALL_TARGET= install certificate post-install: strip $(PREFIX)/bin/telnet strip $(PREFIX)/libexec/telnetd + .include <bsd.port.mk> |