diff options
author | clement <clement@FreeBSD.org> | 2005-09-19 17:25:31 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-09-19 17:25:31 +0800 |
commit | d12cbc69eb0dabe35dc8ef35f1ea0209df3fcc59 (patch) | |
tree | 7209564dfd9407830536e92989f51a0e18cc306a /www | |
parent | 2116aa02852f814cbae4117be6bda8eb457f48e1 (diff) | |
download | freebsd-ports-gnome-d12cbc69eb0dabe35dc8ef35f1ea0209df3fcc59.tar.gz freebsd-ports-gnome-d12cbc69eb0dabe35dc8ef35f1ea0209df3fcc59.tar.zst freebsd-ports-gnome-d12cbc69eb0dabe35dc8ef35f1ea0209df3fcc59.zip |
- Use USE_APACHE
Diffstat (limited to 'www')
-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 fb98c8c80ed4..3f6227d641ef 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) |