diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-09 18:30:10 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-09 18:30:10 +0000 |
commit | 6c46a7461e8f359392cd8a6bb9c1a9272893dfb1 (patch) | |
tree | 3384b1a80aa47eb892ecce3af73f9fd8396a1438 /www/mod_mp3 | |
parent | c9881ccf7b121fbd9d1a735601e15d1e3d438bde (diff) | |
download | FreeBSD-ports-6c46a7461e8f359392cd8a6bb9c1a9272893dfb1.zip FreeBSD-ports-6c46a7461e8f359392cd8a6bb9c1a9272893dfb1.tar.gz |
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_mp3')
-rw-r--r-- | www/mod_mp3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_mp3/Makefile b/www/mod_mp3/Makefile index 6b0297b..c3357e8 100644 --- a/www/mod_mp3/Makefile +++ b/www/mod_mp3/Makefile @@ -14,13 +14,14 @@ MASTER_SITES= http://software.tangent.org/download/ \ MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 +BUILD_DEPENDS= ${APXS}:${APACHE_PORT} +RUN_DEPENDS= ${APXS}:${APACHE_PORT} HAS_CONFIGURE= yes MAKE_ARGS+= APXS="${APXS}" APXS?= ${LOCALBASE}/sbin/apxs +APACHE_PORT?= ${PORTSDIR}/www/apache13 DOCS= ChangeLog README TODO faq.html do-install: |