aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/mod_snake/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_snake/Makefile b/www/mod_snake/Makefile
index 2db89d7608e8..0cabc7d0f77f 100644
--- a/www/mod_snake/Makefile
+++ b/www/mod_snake/Makefile
@@ -15,12 +15,12 @@ MASTER_SITE_SUBDIR= modsnake
MAINTAINER= apache@FreeBSD.org
COMMENT= A library to easily create flexible Apache modules
-BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} \
- ${PYTHON_CMD}:${PYTHON_PORTSDIR}
-RUN_DEPENDS= ${BUILD_DEPENDS}
+#BUILD_DEPENDS= ${PYTHON_CMD}:${PYTHON_PORTSDIR}
+#RUN_DEPENDS= ${BUILD_DEPENDS}
USE_BZIP2= yes
USE_PYTHON= yes
+USE_APACHE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-apxs="${APXS}"
USE_GMAKE= yes