aboutsummaryrefslogtreecommitdiff
path: root/www/mod_snake
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_snake')
-rw-r--r--www/mod_snake/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/mod_snake/Makefile b/www/mod_snake/Makefile
index 4127e384ed03..13a701e9eb61 100644
--- a/www/mod_snake/Makefile
+++ b/www/mod_snake/Makefile
@@ -14,13 +14,11 @@ MASTER_SITE_SUBDIR= modsnake
MAINTAINER= ports@FreeBSD.org
COMMENT= A library to easily create flexible Apache modules
-BUILD_DEPENDS= ${APXS}:${APACHE_PORT} \
+BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} \
${PYTHON_CMD}:${PYTHON_PORTSDIR}
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_BZIP2= yes
-APXS?= ${LOCALBASE}/sbin/apxs
-APACHE_PORT?= ${PORTSDIR}/www/apache13
USE_PYTHON= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-apxs="${APXS}"