diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-10 02:30:10 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-10 02:30:10 +0800 |
commit | 6c46a7461e8f359392cd8a6bb9c1a9272893dfb1 (patch) | |
tree | 3384b1a80aa47eb892ecce3af73f9fd8396a1438 /www/mod_gzip2 | |
parent | c9881ccf7b121fbd9d1a735601e15d1e3d438bde (diff) | |
download | freebsd-ports-gnome-6c46a7461e8f359392cd8a6bb9c1a9272893dfb1.tar.gz freebsd-ports-gnome-6c46a7461e8f359392cd8a6bb9c1a9272893dfb1.tar.zst freebsd-ports-gnome-6c46a7461e8f359392cd8a6bb9c1a9272893dfb1.zip |
support appache13-modssl by defining APACHE_PORT in /etc/make.conf
others variants of the apache ports can be used too.
Diffstat (limited to 'www/mod_gzip2')
-rw-r--r-- | www/mod_gzip2/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/mod_gzip2/Makefile b/www/mod_gzip2/Makefile index cfc1aa7b34a7..56b388637945 100644 --- a/www/mod_gzip2/Makefile +++ b/www/mod_gzip2/Makefile @@ -14,8 +14,11 @@ EXTRACT_ONLY= ${DISTFILES:M*.gz} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +BUILD_DEPENDS= ${APXS}:${APACHE_PORT} +RUN_DEPENDS= ${APXS}:${APACHE_PORT} + +APXS?= ${LOCALBASE}/sbin/apxs +APACHE_PORT?= ${PORTSDIR}/www/apache13 .if !defined(NOPORTDOCS) DISTFILES+= changes.txt commands.txt samples.txt |