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
commit72c8061019f6595ccc928e432e34a1c0ad0a5460 (patch)
treef295c0610ac599a041b189adde75a57d2b6b181c /mail/imap-uw
parent54c03c274f00b15978d83a87fb35a54839af1328 (diff)
downloadpkgsrc-72c8061019f6595ccc928e432e34a1c0ad0a5460.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