summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2006-12-03 21:48:54 +0000
committerwiz <wiz>2006-12-03 21:48:54 +0000
commitfc266c1e75be158217f8a0e7a3c9a6ae3a57ca4c (patch)
treef3b745adff1e00cfc148c2d3f8b47a0985f92863 /net
parent39f5055ef79e02334ed9832ce7857e216219958a (diff)
downloadpkgsrc-fc266c1e75be158217f8a0e7a3c9a6ae3a57ca4c.tar.gz
Make arping1 and arping2 options mutually exclusive.
Addresses PR 35155.
Diffstat (limited to 'net')
-rw-r--r--net/arping/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/arping/options.mk b/net/arping/options.mk
index 7ef4c0567d1..bdb3db7745a 100644
--- a/net/arping/options.mk
+++ b/net/arping/options.mk
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:38 dillo Exp $
+# $NetBSD: options.mk,v 1.3 2006/12/03 21:48:54 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.arping
-PKG_SUPPORTED_OPTIONS= arping1 arping2
+PKG_OPTIONS_REQUIRED_GROUPS= libnet
+PKG_OPTIONS_GROUP.libnet= arping1 arping2
PKG_SUGGESTED_OPTIONS= arping1
.include "../../mk/bsd.options.mk"