summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-12-18 16:09:49 +0000
committergrant <grant@pkgsrc.org>2004-12-18 16:09:49 +0000
commite29023284e441758e4d8e7ea0c2753c18511e7fa (patch)
tree20d518f33447ca7a8c39cba1270b4af4f0594dc5 /mail
parentdf4959e883e300d8f782450583018f93aa0d2e7c (diff)
downloadpkgsrc-e29023284e441758e4d8e7ea0c2753c18511e7fa.tar.gz
make sure IDEA support is only included if USE_IDEA == yes.
fixes part of PR pkg/28542 from Georg Schwarz.
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 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