diff options
Diffstat (limited to 'net/bind911/options.mk')
-rw-r--r-- | net/bind911/options.mk | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/net/bind911/options.mk b/net/bind911/options.mk index 2d05f6a8b96..21baff1c570 100644 --- a/net/bind911/options.mk +++ b/net/bind911/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.2 2018/10/24 11:27:28 jperkin Exp $ +# $NetBSD: options.mk,v 1.3 2019/04/30 02:51:38 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.bind911 PKG_SUPPORTED_OPTIONS= bind-dig-sigchase bind-xml-statistics-server PKG_SUPPORTED_OPTIONS+= bind-json-statistics-server PKG_SUPPORTED_OPTIONS+= inet6 threads readline mysql pgsql ldap dlz-filesystem -PKG_SUPPORTED_OPTIONS+= fetchlimit geoip pkcs11 sit tuning +PKG_SUPPORTED_OPTIONS+= geoip pkcs11 tuning PKG_SUGGESTED_OPTIONS+= readline PLIST_VARS+= inet6 pkcs11 @@ -59,10 +59,6 @@ CONFIGURE_ARGS+= --with-dlz-ldap=${BUILDLINK_PREFIX.openldap-client} CONFIGURE_ARGS+= --with-dlz-filesystem .endif -.if !empty(PKG_OPTIONS:Mfetchlimit) -CONFIGURE_ARGS+= --enable-fetchlimit -.endif - .if !empty(PKG_OPTIONS:Mgeoip) CONFIGURE_ARGS+= --with-geoip=${PREFIX} LDFLAGS+= -lGeoIP @@ -74,10 +70,6 @@ CONFIGURE_ARGS+= --with-pkcs11=yes PLIST.pkcs11= yes .endif -.if !empty(PKG_OPTIONS:Msit) -CONFIGURE_ARGS+= --enable-sit -.endif - .if !empty(PKG_OPTIONS:Mtuning) CONFIGURE_ARGS+= --with-tuning=large .endif |