diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-02-12 08:36:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-02-12 08:36:28 +0000 |
commit | 1f0023e88ad7a256a7234f033220b684a1268f2f (patch) | |
tree | cf821efacf3215d679a1fa9a862ed11c439a3cf1 | |
parent | Add NO_LATEST_LINK, zsh-devel is the prefered port for now. (diff) |
USE_OPENSSL
Submitted by: Jim Bloom <bloom@acm.org>
Notes
Notes:
svn path=/head/; revision=25680
-rw-r--r-- | www/apache13-modssl/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index 5cae20b354c4..384f29dc92a5 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -41,18 +41,17 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= rse@engelschall.com -BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl \ - mm-config:${PORTSDIR}/devel/mm \ +USE_OPENSSL= NORSA + +.include <bsd.port.pre.mk> + +BUILD_DEPENDS= mm-config:${PORTSDIR}/devel/mm \ ${PREFIX}/lib/libmm.a:${PORTSDIR}/devel/mm -LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \ - ssl.1:${PORTSDIR}/security/openssl -RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl VERSION_APACHE= 1.3.11 VERSION_MODSSL= 2.5.0 Y2K= http://www.modssl.org/docs/2.4/ssl_faq.html#y2k -RESTRICTED= "Contains cryptography" USE_PERL5= yes HAS_CONFIGURE= yes @@ -91,6 +90,7 @@ CFLAGS+= -O6 -funroll-loops -fstrength-reduce -fomit-frame-pointer \ CONFIGURE_ENV= CFLAGS='${CFLAGS}' \ OPTIM='${OPTIM}' \ SSL_BASE='SYSTEM' \ + RSA_BASE='SYSTEM' \ EAPI_MM='SYSTEM' \ PATH="${PREFIX}/bin:${PATH}" @@ -133,4 +133,4 @@ post-install: ${CHMOD} 751 ${PREFIX}/etc/rc.d/apache.sh; \ fi -.include <bsd.port.mk> +.include <bsd.port.post.mk> |