diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-09 18:30:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-09 18:30:10 +0000 |
commit | e9bd637dd02fcd96b91fb80ba311012435435f6b (patch) | |
tree | 1462b961ad61216f85817c7e4d143262dfbae524 /www/mod_snake | |
parent | b45c510091c3a7e41e33fdb7f7f019ef370b004d (diff) | |
download | ports-e9bd637dd02fcd96b91fb80ba311012435435f6b.tar.gz ports-e9bd637dd02fcd96b91fb80ba311012435435f6b.zip |
Notes
Diffstat (limited to 'www/mod_snake')
-rw-r--r-- | www/mod_snake/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_snake/Makefile b/www/mod_snake/Makefile index 980af3b18def..302025271525 100644 --- a/www/mod_snake/Makefile +++ b/www/mod_snake/Makefile @@ -13,12 +13,13 @@ MASTER_SITE_SUBDIR= modsnake MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 \ +BUILD_DEPENDS= ${APXS}:${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}" |