summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2003-04-19 13:41:16 +0000
committerfredb <fredb@pkgsrc.org>2003-04-19 13:41:16 +0000
commitbc9c1d053e7be7f5b0b9c18761ce25fb6425fa9c (patch)
treef295c0610ac599a041b189adde75a57d2b6b181c /mail
parent8a4a5a47d3eb4dfd6dee3ae31b01268a54b4ac89 (diff)
downloadpkgsrc-bc9c1d053e7be7f5b0b9c18761ce25fb6425fa9c.tar.gz
No spaces around "=" allowed in arguments to ${SETENV}.
Diffstat (limited to 'mail')
-rw-r--r--mail/imap-uw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 942af1ab943..ce56258e5e1 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2003/04/10 14:56:21 fredb Exp $
+# $NetBSD: Makefile,v 1.57 2003/04/19 13:41:16 fredb Exp $
DISTNAME= imap-2002b
PKGNAME= imap-uw-2002.2
@@ -34,7 +34,7 @@ PKG_USE_KERBEROS= #defined
ALL_TARGET+= EXTRAAUTHENTICATORS="gss"
. if !empty(MACHINE_PLATFORM:MNetBSD-1.5*)
# NetBSD-1.5 didn't have "des_new_random_key" in libcrypto
-MAKE_ENV+= GSS_EXTRA_LDFLAGS= -ldes
+MAKE_ENV+= GSS_EXTRA_LDFLAGS="-ldes"
. endif
. endif
.endif