diff options
author | wiz <wiz> | 2005-06-01 18:19:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-06-01 18:19:31 +0000 |
commit | 46c2249b07862a36d8d33f803012ff689a9a7fa5 (patch) | |
tree | c78c0815ee8cf526bdbfa47baa943be26fc1ad29 /devel | |
parent | 569d51b31863203c1f9494daae1472d57f723db9 (diff) | |
download | pkgsrc-46c2249b07862a36d8d33f803012ff689a9a7fa5.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 |