diff options
author | obache <obache@pkgsrc.org> | 2011-04-15 08:34:00 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-15 08:34:00 +0000 |
commit | 4ec560d37a86400fb494c7197f6258d1ee753bc9 (patch) | |
tree | 67c5928c076152fed5d3d543ca3cfeabd48eec6f /net/fping6/Makefile | |
parent | be926c94c4048cf37b3f12ecaf51891bc330ac55 (diff) | |
download | pkgsrc-4ec560d37a86400fb494c7197f6258d1ee753bc9.tar.gz |
Use USE_FEATURES=inet6 for requirement of IPv6 support, instead of unusual usage
of PKG_OPTIONS.
Diffstat (limited to 'net/fping6/Makefile')
-rw-r--r-- | net/fping6/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/fping6/Makefile b/net/fping6/Makefile index d2d00503eda..82db5dbf971 100644 --- a/net/fping6/Makefile +++ b/net/fping6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/02/10 17:33:52 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2011/04/15 08:34:00 obache Exp $ DISTNAME= fping-2.4b2_to-ipv6 PKGNAME= fping6-2.4b2 @@ -12,15 +12,11 @@ COMMENT= Quickly ping many hosts w/o flooding the network PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES +USE_FEATURES+= inet6 SPECIAL_PERMS+= sbin/fping6 ${SETUID_ROOT_PERMS} post-patch: @${MV} ${WRKSRC}/fping.8 ${WRKSRC}/fping6.8 -PKG_OPTIONS_VAR= PKG_OPTIONS.fping6 -PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability -PKG_OPTIONS_GROUP.inet6= inet6 - -.include "../../mk/bsd.options.mk" .include "../../mk/bsd.pkg.mk" |