summaryrefslogtreecommitdiff
path: root/net/argus
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-11-03 01:23:42 +0000
committerwiz <wiz@pkgsrc.org>2016-11-03 01:23:42 +0000
commitbaa6515249d079aec17de59b65e1b348bc5aad90 (patch)
treed50288c15a30ef668c9fc24308a3d69f1e8dd5ef /net/argus
parentaf381796f3555cad3f6c4de5e71ffc518fa092d9 (diff)
downloadpkgsrc-baa6515249d079aec17de59b65e1b348bc5aad90.tar.gz
Remove inet6 option now that fping6 has been merged into fping.
Diffstat (limited to 'net/argus')
-rw-r--r--net/argus/Makefile3
-rw-r--r--net/argus/options.mk12
2 files changed, 1 insertions, 14 deletions
diff --git a/net/argus/Makefile b/net/argus/Makefile
index 171874ed929..0a7acac83fc 100644
--- a/net/argus/Makefile
+++ b/net/argus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2016/07/09 06:38:40 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2016/11/03 01:23:42 wiz Exp $
DISTNAME= argus-3.7
PKGREVISION= 3
@@ -60,5 +60,4 @@ CONF_FILES+= ${PREFIX}/share/examples/argus/locale/${f} ${VARBASE}/argus/locale
post-install:
(cd ${DESTDIR}${PREFIX}/share/examples/argus; chmod 755 . perl gcache gdata)
-.include "options.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/argus/options.mk b/net/argus/options.mk
deleted file mode 100644
index 43ac3b73d2a..00000000000
--- a/net/argus/options.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: options.mk,v 1.3 2012/06/12 15:45:59 wiz Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.argus
-PKG_SUPPORTED_OPTIONS= inet6
-PKG_SUGGESTED_OPTIONS= inet6
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Minet6)
-DEPENDS+= fping6-[0-9]*:../../net/fping6
-DEPENDS+= p5-Socket6>=0.12:../../net/p5-Socket6
-.endif