summaryrefslogtreecommitdiff
path: root/www/mod_index_rss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_index_rss/Makefile')
-rw-r--r--www/mod_index_rss/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_index_rss/Makefile b/www/mod_index_rss/Makefile
index fe7332a6a772..453f76a5822c 100644
--- a/www/mod_index_rss/Makefile
+++ b/www/mod_index_rss/Makefile
@@ -14,10 +14,11 @@ 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}
APXS?= ${LOCALBASE}/sbin/apxs
+APACHE_PORT?= ${PORTSDIR}/www/apache13
do-build:
@cd ${WRKSRC} && ${APXS} -c mod_index_rss.c