pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/arping Make arping1 and arping2 options mutually e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/321e5981bb0f
branches:  trunk
changeset: 522133:321e5981bb0f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 03 21:48:54 2006 +0000

description:
Make arping1 and arping2 options mutually exclusive.
Addresses PR 35155.

diffstat:

 net/arping/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 7a7d18f3b4fe -r 321e5981bb0f net/arping/options.mk
--- a/net/arping/options.mk     Sun Dec 03 21:47:26 2006 +0000
+++ b/net/arping/options.mk     Sun Dec 03 21:48:54 2006 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index