diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-07-02 16:04:28 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-07-02 16:04:28 +0000 |
commit | 91ccf1fc630674c089e0f66e1154c89aea6595c4 (patch) | |
tree | 31eb626d6a1f500da9ed6abf516b3d28f63204ed /www | |
parent | 92bbb889cff6da61e44068e8eb166a89b42f8fa4 (diff) | |
download | ports-91ccf1fc630674c089e0f66e1154c89aea6595c4.tar.gz ports-91ccf1fc630674c089e0f66e1154c89aea6595c4.zip |
Notes
Diffstat (limited to 'www')
-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 07164e93083f..d2466eda01e4 100644 --- a/www/mod_accounting/Makefile +++ b/www/mod_accounting/Makefile @@ -25,7 +25,7 @@ MAKE_ARGS+= APXS="${APXS}" .include <bsd.port.options.mk> -.if defined(WIT_PGSQL) +.if defined(WITH_PGSQL) USE_PGSQL= YES AP_EXTRAS+= -DNEED_PGSQL .endif |