diff options
Diffstat (limited to 'www/mod_hosts_access/Makefile')
-rw-r--r-- | www/mod_hosts_access/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_hosts_access/Makefile b/www/mod_hosts_access/Makefile index 24295afdac17..34afa18731f6 100644 --- a/www/mod_hosts_access/Makefile +++ b/www/mod_hosts_access/Makefile @@ -13,10 +13,11 @@ MASTER_SITES= http://www.klomp.org/mod_hosts_access/ 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} APXS?= ${LOCALBASE}/sbin/apxs +APACHE_PORT?= ${PORTSDIR}/www/apache13 APXS_FLAGS?= -S LDFLAGS_SHLIB="-shared -lwrap" do-build: |