mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 05:20:47 -04:00
15 lines
296 B
Makefile
15 lines
296 B
Makefile
# $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
|