diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-01 18:19:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-01 18:19:31 +0000 |
commit | 61dd787c6300608596320787135e193a307544e1 (patch) | |
tree | c78c0815ee8cf526bdbfa47baa943be26fc1ad29 /devel | |
parent | e9a28c1b5644e7cc3c0fbd23860ac6f046828319 (diff) | |
download | pkgsrc-61dd787c6300608596320787135e193a307544e1.tar.gz |
Deprecate ipv6 option in favour of inet6.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/monotone/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index e0a1aa97fec..71309efcba0 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/22 20:07:53 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/01 18:19:31 wiz Exp $ # DISTNAME= monotone-0.19 @@ -21,11 +21,12 @@ CONFIGURE_ARGS+= --with-bundled-lua=no CONFIGURE_ARGS+= --with-bundled-sqlite=no PKG_OPTIONS_VAR= PKG_OPTIONS.monotone -PKG_SUPPORTED_OPTIONS= ipv6 +PKG_SUPPORTED_OPTIONS= inet6 +PKG_OPTIONS_LEGACY_OPTS+= ipv6:inet6 .include "../../mk/bsd.options.mk" -.if !empty(PKG_OPTIONS:Mipv6) +.if !empty(PKG_OPTIONS:Minet6) CONFIGURE_ARGS+= --enable-ipv6 .else CONFIGURE_ARGS+= --disable-ipv6 |