diff options
author | clement <clement@FreeBSD.org> | 2005-12-05 04:56:16 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-12-05 04:56:16 +0800 |
commit | 3c605097b5efe097812262d4dd404a93c062954c (patch) | |
tree | 8f5911824d37ac4ac4d49abb8267f19f6f21a386 /www/mod_accounting/Makefile | |
parent | a1c60c847d002f9d956b28828cc603bbdf1cf229 (diff) | |
download | freebsd-ports-gnome-3c605097b5efe097812262d4dd404a93c062954c.tar.gz freebsd-ports-gnome-3c605097b5efe097812262d4dd404a93c062954c.tar.zst freebsd-ports-gnome-3c605097b5efe097812262d4dd404a93c062954c.zip |
- Convert to new USE_APACHE
- Add SHA256
Diffstat (limited to 'www/mod_accounting/Makefile')
-rw-r--r-- | www/mod_accounting/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_accounting/Makefile b/www/mod_accounting/Makefile index 3f6227d641ef..b786e36fb7f6 100644 --- a/www/mod_accounting/Makefile +++ b/www/mod_accounting/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= mod-acct MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module that records traffic statistics into a database -USE_APACHE= YES +USE_APACHE= 13 MAKE_ARGS+= APXS="${APXS}" .if defined(WITHOUT_PGSQL) |