diff options
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 |