summaryrefslogtreecommitdiff
path: root/mail/imap-uw
diff options
context:
space:
mode:
authormartti <martti>2003-09-04 11:02:19 +0000
committermartti <martti>2003-09-04 11:02:19 +0000
commitf34681f18c33b16632f19b41889e92b60251b6b8 (patch)
treeca2e6898076e9e2ab1ed23876f132abb2c8c8cdf /mail/imap-uw
parent9265b80806becaa451a42f1c1e316102dc5afc7f (diff)
downloadpkgsrc-f34681f18c33b16632f19b41889e92b60251b6b8.tar.gz
Make this compile on Linux systems without PAM.
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 d4b804072d5..a620a298e3d 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2003/07/30 09:29:58 adam Exp $
+# $NetBSD: Makefile,v 1.66 2003/09/04 11:02:19 martti Exp $
# ATTENTION:
# The Kerberos support in this software is known to be problematic. If you
@@ -30,7 +30,7 @@ DOC_DIR= ${PREFIX}/share/doc/imap-uw
.if ${OPSYS} == "SunOS"
ALL_TARGET= gso
.elif ${OPSYS} == "Linux"
-ALL_TARGET= lrh
+ALL_TARGET= slx
.elif ${OPSYS} == "Darwin"
ALL_TARGET= osx
.else