From cff1a4ab7e58c67b36642e42ba1c25f6ef6ebbe9 Mon Sep 17 00:00:00 2001 From: adrianp Date: Mon, 10 Jan 2005 20:59:43 +0000 Subject: Remove inet6 from PKG_DEFAULT_OPTIONS. When USE_INET6 is defined it will set inet6. Move to calling all such flags 'inet6'. --- mail/gmime/options.mk | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'mail/gmime') diff --git a/mail/gmime/options.mk b/mail/gmime/options.mk index 3c9a7acf2fb..983f9f6084f 100644 --- a/mail/gmime/options.mk +++ b/mail/gmime/options.mk @@ -1,14 +1,10 @@ -# $NetBSD: options.mk,v 1.1 2004/11/14 16:48:55 jmmv Exp $ - -.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss]) -PKG_DEFAULT_OPTIONS+= ipv6 -.endif +# $NetBSD: options.mk,v 1.2 2005/01/10 20:59:43 adrianp Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gmime -PKG_SUPPORTED_OPTIONS= ipv6 +PKG_SUPPORTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" -.if !empty(PKG_OPTIONS:Mipv6) +.if !empty(PKG_OPTIONS:Minet6) CONFIGURE_ARGS+= --enable-ipv6 .endif -- cgit v1.2.3