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 /www/apache13-modssl | |
parent | 44a6a5c62df60b22a379b96d1660630b023da760 (diff) | |
download | freebsd-ports-graphics-799603eaf703232b0708f699136d6efcecbff48b.tar.gz freebsd-ports-graphics-799603eaf703232b0708f699136d6efcecbff48b.tar.zst freebsd-ports-graphics-799603eaf703232b0708f699136d6efcecbff48b.zip |
Change dependencies from SSLeay to openssl, the successor of SSLeay.
Diffstat (limited to 'www/apache13-modssl')
-rw-r--r-- | www/apache13-modssl/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index ccd44c32efa..fd64e072cf4 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Aug 22 12:00:00 CDT 1998 # Whom: rse@engelschall.com # -# $Id: Makefile,v 1.13 1999/01/02 17:37:06 rse Exp $ +# $Id: Makefile,v 1.14 1999/01/06 16:48:34 rse Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -26,10 +26,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= rse@engelschall.com -BUILD_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay \ - ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/SSLeay \ - ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/SSLeay -RUN_DEPENDS= ssleay:${PORTSDIR}/security/SSLeay +BUILD_DEPENDS= ssleay:${PORTSDIR}/security/openssl \ + ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl \ + ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl +RUN_DEPENDS= ssleay:${PORTSDIR}/security/openssl VERSION_APACHE= 1.3.3 VERSION_MODSSL= 2.1.6 |