diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-06-02 07:20:46 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-06-02 07:20:46 +0000 |
commit | 01055309bf2934de13b4329979175db5448d1025 (patch) | |
tree | 79ff2ebbf34a469401974d647643eb093a4b7896 /www/apache13-ssl/Makefile | |
parent | Upgrade to mod_ssl 2.3.1. (diff) |
- Upgrade to Apache-SSL 1.35.
- include ${PREFIX}/include/openssl due to openssl upgrade.
Submitted by: Ralf S. Engelschall <rse@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=19174
Diffstat (limited to 'www/apache13-ssl/Makefile')
-rw-r--r-- | www/apache13-ssl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index 864678624cae..176ca0edf509 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -6,10 +6,10 @@ # and apache-ssl port by Mark Murray <mark@grondar.za>. # Oh, and with a little bit of help from Ben :) # -# $Id: Makefile,v 1.4 1999/04/05 19:19:45 addy Exp $ +# $Id: Makefile,v 1.56 1999/04/10 07:53:03 dirk Exp $ APACHE= 1.3.6 -APACHE-SSL= 1.32 +APACHE-SSL= 1.35 DISTNAME= apache_${APACHE} PKGNAME= apache-${APACHE}+ssl_${APACHE-SSL} @@ -45,6 +45,7 @@ BUILD_DEPENDS= ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl \ RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl HAS_CONFIGURE= yes +CFLAGS+= -I${PREFIX}/include/openssl CONFIGURE_ARGS= \ --prefix=${PREFIX} \ --with-layout=GNU \ |