diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-12 15:45:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-12 15:45:54 +0000 |
commit | 2f9e0bbe6e02ff23897124bea48ccab863f0e96e (patch) | |
tree | 2b285fa6770b50661c5304db25cc980b3914e417 /devel/monotone | |
parent | 6804dc0a40915fb99ab6be29d4e6e083c9def2e6 (diff) | |
download | pkgsrc-2f9e0bbe6e02ff23897124bea48ccab863f0e96e.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'devel/monotone')
-rw-r--r-- | devel/monotone/Makefile | 3 |
1 files changed, 2 insertions, 1 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/* |