summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgrant <grant>2002-08-21 02:43:44 +0000
committergrant <grant>2002-08-21 02:43:44 +0000
commit7604f97b1d74bc2b7d797c847a3b7322a7108e02 (patch)
treeddc8b0a52d3c8d0a0a20293b67556dd0432d6554 /mail
parent98b4f6b824060459431620cbdfbab5a201eb15a7 (diff)
downloadpkgsrc-7604f97b1d74bc2b7d797c847a3b7322a7108e02.tar.gz
check that USE_INET6 is defined.
remove extraneous parenthesis around .if (${FOO} ..) conditions.
Diffstat (limited to 'mail')
-rw-r--r--mail/cue/Makefile4
1 files changed, 2 insertions, 2 deletions
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