diff 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" |