2009-01-15 13:12:04 +01:00
|
|
|
# $NetBSD: options.mk,v 1.2 2009/01/15 12:12:04 adam Exp $
|
2008-01-03 13:37:06 +01:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.awstats
|
|
|
|
|
2009-01-15 13:12:04 +01:00
|
|
|
PKG_SUPPORTED_OPTIONS= geoip
|
2008-01-03 13:37:06 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
###
|
|
|
|
### Use the Geo IP Free module
|
|
|
|
###
|
2009-01-15 13:12:04 +01:00
|
|
|
.if !empty(PKG_OPTIONS:Mgeoip)
|
2008-01-03 13:37:06 +01:00
|
|
|
DEPENDS+= p5-Geo-IPfree-[0-9]*:../../net/p5-Geo-IPfree
|
|
|
|
.endif
|