diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-09 18:30:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-09 18:30:10 +0000 |
commit | e9bd637dd02fcd96b91fb80ba311012435435f6b (patch) | |
tree | 1462b961ad61216f85817c7e4d143262dfbae524 /www/mod_sed | |
parent | Add command line options to wfica wrappers. (diff) |
support appache13-modssl by defining APACHE_PORT in /etc/make.conf
others variants of the apache ports can be used too.
Notes
Notes:
svn path=/head/; revision=65932
Diffstat (limited to 'www/mod_sed')
-rw-r--r-- | www/mod_sed/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_sed/Makefile b/www/mod_sed/Makefile index e17f38a72acf..8ebe06c3c2aa 100644 --- a/www/mod_sed/Makefile +++ b/www/mod_sed/Makefile @@ -13,10 +13,11 @@ MASTER_SITES= http://www.myrddin.demon.co.uk/dist/ MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${APXS}:${APACHE_PORT} +RUN_DEPENDS= ${APXS}:${APACHE_PORT} APXS?= ${LOCALBASE}/sbin/apxs +APACHE_PORT?= ${PORTSDIR}/www/apache13 MAKE_ARGS= APXS=${APXS} |