diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-09-19 10:56:16 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-09-19 10:56:16 +0000 |
commit | 6af25df168f21f64dabc40a69fa7308a400a4b17 (patch) | |
tree | 901a3be83fdbf0e88340f639a3ceb0e69b82fd65 | |
parent | 2d8df958b8acb6693919b86bb2c22be4f2727e8e (diff) | |
download | ports-6af25df168f21f64dabc40a69fa7308a400a4b17.tar.gz ports-6af25df168f21f64dabc40a69fa7308a400a4b17.zip |
Notes
-rw-r--r-- | www/mod_snake/Makefile | 6 |
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 |