diff options
author | clement <clement@FreeBSD.org> | 2005-09-19 09:25:31 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-09-19 09:25:31 +0000 |
commit | d12cbc69eb0dabe35dc8ef35f1ea0209df3fcc59 (patch) | |
tree | 7209564dfd9407830536e92989f51a0e18cc306a /www/mod_accounting | |
parent | 2116aa02852f814cbae4117be6bda8eb457f48e1 (diff) | |
download | FreeBSD-ports-d12cbc69eb0dabe35dc8ef35f1ea0209df3fcc59.zip FreeBSD-ports-d12cbc69eb0dabe35dc8ef35f1ea0209df3fcc59.tar.gz |
- Use USE_APACHE
Diffstat (limited to 'www/mod_accounting')
-rw-r--r-- | www/mod_accounting/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_accounting/Makefile b/www/mod_accounting/Makefile index fb98c8c..3f6227d 100644 --- a/www/mod_accounting/Makefile +++ b/www/mod_accounting/Makefile @@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= mod-acct MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module that records traffic statistics into a database -BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} - +USE_APACHE= YES MAKE_ARGS+= APXS="${APXS}" .if defined(WITHOUT_PGSQL) |