From 88dd97cb3e9095592d6cb7dcd7e81d738da932f7 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Wed, 7 Jan 2004 01:40:43 +0000 Subject: Disable IPv6 support if USE_INET6 is not enabled, from Min Sik Kim in PR pkg/24009. --- mail/sylpheed/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 9f0126042e4..0624c248e8c 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2004/01/03 18:49:45 reed Exp $ +# $NetBSD: Makefile,v 1.57 2004/01/07 01:40:43 xtraeme Exp $ DISTNAME= sylpheed-0.9.8a PKGREVISION= 1 @@ -33,8 +33,10 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} .include "../../mk/bsd.prefs.mk" BUILD_DEFS+= USE_INET6 USE_OPENLDAP USE_JPILOT -.if defined(USE_INET6) && ${USE_INET6} == YES +.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss]) CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 .endif FACES_IS_INSTALLED!= ${PKG_INFO} -e faces || ${ECHO} -- cgit v1.2.3