blob: 3a13f0c770b3f15f143064a6a7624723ad06f53b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: options.mk,v 1.2 2009/01/15 12:12:04 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.awstats
PKG_SUPPORTED_OPTIONS= geoip
.include "../../mk/bsd.options.mk"
###
### Use the Geo IP Free module
###
.if !empty(PKG_OPTIONS:Mgeoip)
DEPENDS+= p5-Geo-IPfree-[0-9]*:../../net/p5-Geo-IPfree
.endif
|