diff options
author | dirk <dirk@FreeBSD.org> | 1999-01-10 22:11:19 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-01-10 22:11:19 +0800 |
commit | 799603eaf703232b0708f699136d6efcecbff48b (patch) | |
tree | 09b7a9a8687efb808d7232bba9ddf1814ddba017 /security | |
parent | 44a6a5c62df60b22a379b96d1660630b023da760 (diff) | |
download | freebsd-ports-gnome-799603eaf703232b0708f699136d6efcecbff48b.tar.gz freebsd-ports-gnome-799603eaf703232b0708f699136d6efcecbff48b.tar.zst freebsd-ports-gnome-799603eaf703232b0708f699136d6efcecbff48b.zip |
Change dependencies from SSLeay to openssl, the successor of SSLeay.
Diffstat (limited to 'security')
-rw-r--r-- | security/bjorb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/bjorb/Makefile b/security/bjorb/Makefile index 97e163dc9101..880a4ec7ac71 100644 --- a/security/bjorb/Makefile +++ b/security/bjorb/Makefile @@ -3,7 +3,7 @@ # Date created: May 16, 1998 # Whom: issei@jp.FreeBSD.ORG # -# $Id: Makefile,v 1.2 1998/08/30 15:35:03 steve Exp $ +# $Id: Makefile,v 1.3 1998/09/25 10:20:21 asami Exp $ # DISTNAME= bjorb-0.5.4p4 @@ -24,8 +24,8 @@ pre-fetch: LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref .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" |