pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/cue make sure IDEA support is only included if US...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e248c827890
branches:  trunk
changeset: 485667:6e248c827890
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Dec 18 16:09:49 2004 +0000

description:
make sure IDEA support is only included if USE_IDEA == yes.

fixes part of PR pkg/28542 from Georg Schwarz.

diffstat:

 mail/cue/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 06728ad2c6ec -r 6e248c827890 mail/cue/Makefile
--- a/mail/cue/Makefile Sat Dec 18 16:05:11 2004 +0000
+++ b/mail/cue/Makefile Sat Dec 18 16:09:49 2004 +0000
@@ -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+=       --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
 



Home | Main Index | Thread Index | Old Index