diff options
author | clement <clement@FreeBSD.org> | 2005-09-19 18:56:16 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-09-19 18:56:16 +0800 |
commit | c84bdcfe49703d7408b6f1eba097ff819211d782 (patch) | |
tree | ed36f38183434f6d1fb937cd9d145b916a905568 | |
parent | 485ba3877762bab44161aade99c8677fcf90fd1e (diff) | |
download | freebsd-ports-gnome-c84bdcfe49703d7408b6f1eba097ff819211d782.tar.gz freebsd-ports-gnome-c84bdcfe49703d7408b6f1eba097ff819211d782.tar.zst freebsd-ports-gnome-c84bdcfe49703d7408b6f1eba097ff819211d782.zip |
- Cleanup dependencies
-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 |