summaryrefslogtreecommitdiff
path: root/www/awstats/options.mk
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2009-01-15 12:12:04 +0000
committeradam <adam@pkgsrc.org>2009-01-15 12:12:04 +0000
commitaf0f62d53a8ea9d9e476a5ada1a4f71f2189953b (patch)
tree61e2bf28c1b66a9cc8a31688736cd2e48fcb7b50 /www/awstats/options.mk
parenteea04e86ac0a20781c82478051413e82b3b6ca6a (diff)
downloadpkgsrc-af0f62d53a8ea9d9e476a5ada1a4f71f2189953b.tar.gz
Changes 6.9:
* With postfix that support DSN (Delivery Status Notifications) we exclude some lines to avoid counting mails twice in maillogconvert.pl script. * Logresolvemerge.pl support FreeRADIUS logs or anything else using (the fixed length!) ctime format timestamp. * Add option stoponfirsteof in logresolvemerge tool. * Add patch to support host_proxy tag in LogFormat (for Apache LogFormat containing %{X-Forwarded-For}i) * Renamed Add to favourites on "Hit on favicon". * Increase robots, search engines database (Added Google Chrome browser, better Vista, WII, detection, ...) * Update languages files. * Added a lot of patch from sourceforge. * Bug fixes.
Diffstat (limited to 'www/awstats/options.mk')
-rw-r--r--www/awstats/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/awstats/options.mk b/www/awstats/options.mk
index 57b27eb879a..3a13f0c770b 100644
--- a/www/awstats/options.mk
+++ b/www/awstats/options.mk
@@ -1,14 +1,14 @@
-# $NetBSD: options.mk,v 1.1 2008/01/03 12:37:06 adrianp Exp $
+# $NetBSD: options.mk,v 1.2 2009/01/15 12:12:04 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.awstats
-PKG_SUPPORTED_OPTIONS= awstats-geoipfree
+PKG_SUPPORTED_OPTIONS= geoip
.include "../../mk/bsd.options.mk"
###
### Use the Geo IP Free module
###
-.if !empty(PKG_OPTIONS:Mawstats-geoipfree)
+.if !empty(PKG_OPTIONS:Mgeoip)
DEPENDS+= p5-Geo-IPfree-[0-9]*:../../net/p5-Geo-IPfree
.endif