From 77b18fec6ccdba6fca2a105e34cf01a97ff7ec6e 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/fetchmail/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/fetchmail') diff --git a/mail/fetchmail/options.mk b/mail/fetchmail/options.mk index 41a1914ca24..1536a2635cd 100644 --- a/mail/fetchmail/options.mk +++ b/mail/fetchmail/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.4 2004/11/17 19:56:49 xtraeme Exp $ +# $NetBSD: options.mk,v 1.5 2005/01/10 20:59:43 adrianp Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.fetchmail PKG_SUPPORTED_OPTIONS= inet6 kerberos4 ssl .if !defined(PKG_OPTIONS.fetchmail) -PKG_DEFAULT_OPTIONS+= inet6 ssl +PKG_DEFAULT_OPTIONS+= ssl .endif .include "../../mk/bsd.options.mk" -- cgit v1.2.3