summaryrefslogtreecommitdiff
path: root/mail/imap-uw
diff options
context:
space:
mode:
authorfredb <fredb>2003-04-19 13:41:16 +0000
committerfredb <fredb>2003-04-19 13:41:16 +0000
commitc41504abcde01077e4437c2ce7003a1eb41f0565 (patch)
treef295c0610ac599a041b189adde75a57d2b6b181c /mail/imap-uw
parent96ecaf6de032e4f9967944e76e27887a12e37229 (diff)
downloadpkgsrc-c41504abcde01077e4437c2ce7003a1eb41f0565.tar.gz
No spaces around "=" allowed in arguments to ${SETENV}.
Diffstat (limited to 'mail/imap-uw')
-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