summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-06-12 15:45:54 +0000
committerwiz <wiz@pkgsrc.org>2012-06-12 15:45:54 +0000
commit2f9e0bbe6e02ff23897124bea48ccab863f0e96e (patch)
tree2b285fa6770b50661c5304db25cc980b3914e417 /devel
parent6804dc0a40915fb99ab6be29d4e6e083c9def2e6 (diff)
downloadpkgsrc-2f9e0bbe6e02ff23897124bea48ccab863f0e96e.tar.gz
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'devel')
-rw-r--r--devel/monotone/Makefile3
-rw-r--r--devel/scmcvs/options.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 125f1f4f982..b8228581a33 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2012/04/27 12:31:43 obache Exp $
+# $NetBSD: Makefile,v 1.77 2012/06/12 15:45:56 wiz Exp $
#
DISTNAME= monotone-1.0
@@ -29,6 +29,7 @@ INSTALL_MAKE_FLAGS+= bashcompdir=${PREFIX:Q}/share/examples/monotone
PKG_OPTIONS_VAR= PKG_OPTIONS.monotone
PKG_SUPPORTED_OPTIONS= inet6
+PKG_SUGGESTED_OPTIONS= inet6
CHECK_INTERPRETER_SKIP+= share/monotone/contrib/*
CHECK_PORTABILITY_SKIP+= debian/*
diff --git a/devel/scmcvs/options.mk b/devel/scmcvs/options.mk
index 9efa2f869f0..6008e09853e 100644
--- a/devel/scmcvs/options.mk
+++ b/devel/scmcvs/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2008/01/04 06:48:06 martti Exp $
+# $NetBSD: options.mk,v 1.3 2012/06/12 15:45:56 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.cvs
PKG_SUPPORTED_OPTIONS= kerberos
@@ -10,6 +10,7 @@ PKG_SUPPORTED_OPTIONS= kerberos
empty(MACHINE_PLATFORM:MLinux-*) && \
defined(NOT_YET_AVAILABLE_FOR_CVS_1_11_21)
PKG_SUPPORTED_OPTIONS+= inet6
+PKG_SUGGESTED_OPTIONS+= inet6
.endif
.include "../../mk/bsd.options.mk"