summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/cue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cue/Makefile b/mail/cue/Makefile
index 027d57bf7a9..2a2579fdf60 100644
--- a/mail/cue/Makefile
+++ b/mail/cue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2004/12/05 23:03:58 cube Exp $
+# $NetBSD: Makefile,v 1.41 2004/12/18 16:09:49 grant Exp $
DISTNAME= cue-snap-20041025
PKGNAME= cue-20041025
@@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --with-canna=${BUILDLINK_PREFIX.canna}
CONFIGURE_ARGS+= --without-canna
.endif
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
-.if defined(USE_IDEA)
+.if defined(USE_IDEA) && !empty(USE_IDEA:M[Yy][Ee][Ss])
CONFIGURE_ARGS+= --enable-idea
.endif