summaryrefslogtreecommitdiff
path: root/net/fping/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/fping/options.mk')
-rw-r--r--net/fping/options.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/fping/options.mk b/net/fping/options.mk
index acf020ceead..f9b483020a3 100644
--- a/net/fping/options.mk
+++ b/net/fping/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2016/11/01 14:53:29 adam Exp $
+# $NetBSD: options.mk,v 1.2 2017/05/20 11:25:50 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fping
PKG_SUPPORTED_OPTIONS= inet6
@@ -9,11 +9,8 @@ PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= ipv6
-
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
-PLIST.ipv6= yes
.else
CONFIGURE_ARGS+= --disable-ipv6
.endif