diff options
-rw-r--r-- | www/apache13-modssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index 706136f6cbe9..0a75e80b9de1 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.25 1999/03/18 14:19:51 rse Exp $ +# $Id: Makefile,v 1.26 1999/03/24 09:54:12 rse Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -41,10 +41,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= rse@engelschall.com -BUILD_DEPENDS= ssleay:${PORTSDIR}/security/openssl \ +BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl \ ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl \ ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl -RUN_DEPENDS= ssleay:${PORTSDIR}/security/openssl +RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl VERSION_APACHE= 1.3.6 VERSION_MODSSL= 2.2.6 |