From 6af25df168f21f64dabc40a69fa7308a400a4b17 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Mon, 19 Sep 2005 10:56:16 +0000 Subject: [PATCH] - Cleanup dependencies --- www/mod_snake/Makefile | 6 +++--- 1 file 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