From 7604f97b1d74bc2b7d797c847a3b7322a7108e02 Mon Sep 17 00:00:00 2001 From: grant Date: Wed, 21 Aug 2002 02:43:44 +0000 Subject: check that USE_INET6 is defined. remove extraneous parenthesis around .if (${FOO} ..) conditions. --- mail/cue/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/cue/Makefile b/mail/cue/Makefile index 2d942c20a78..65f1baa3e66 100644 --- a/mail/cue/Makefile +++ b/mail/cue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/06/17 11:22:18 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2002/08/21 02:43:45 grant Exp $ DISTNAME= cue-snap-20010917 PKGNAME= cue-20010917 @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes BUILD_DEFS+= USE_INET6 -.if ${USE_INET6} == "YES" +.if defined(USE_INET6) && ${USE_INET6} == "YES" CONFIGURE_ARGS+= --enable-ipv6 .else CONFIGURE_ARGS+= --disable-ipv6 -- cgit v1.2.3