diff options
author | wiz <wiz> | 2012-06-12 15:45:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-06-12 15:45:54 +0000 |
commit | ea483f8647279c031f590093ebf07eba4862f109 (patch) | |
tree | 2b285fa6770b50661c5304db25cc980b3914e417 /net/omniORB | |
parent | 8c4fe22d872d153e4cc11d26e60ee4844f98a22a (diff) | |
download | pkgsrc-ea483f8647279c031f590093ebf07eba4862f109.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'net/omniORB')
-rw-r--r-- | net/omniORB/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/omniORB/Makefile b/net/omniORB/Makefile index 46ff241d105..b758addbc56 100644 --- a/net/omniORB/Makefile +++ b/net/omniORB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/03/16 04:31:15 obache Exp $ +# $NetBSD: Makefile,v 1.5 2012/06/12 15:46:00 wiz Exp $ # DISTNAME= omniORB-4.1.5 @@ -39,6 +39,8 @@ CONFIGURE_ARGS+= --with-omniORB-config=${OMNIORB_CONFIG:Q} PKG_OPTIONS_VAR= PKG_OPTIONS.omniORB PKG_SUPPORTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 + .include "../../mk/bsd.options.mk" .if empty(PKG_OPTIONS:Minet6) CONFIGURE_ARGS+=--disable-ipv6 |