summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-07-28 05:38:46 +0000
committerschmonz <schmonz>2002-07-28 05:38:46 +0000
commit372211ddee0d40b6d9d56348108f3c5ded16763f (patch)
tree105715d5d08b3b5cc13e66df13315f3f224e42f5 /mail
parente9ca1a8ff45a9da0bce3ff9974db1e95572c2a0a (diff)
downloadpkgsrc-372211ddee0d40b6d9d56348108f3c5ded16763f.tar.gz
Build on Darwin.
Diffstat (limited to 'mail')
-rw-r--r--mail/imap-uw/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 6db6928d600..1dd909da6a2 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2002/06/21 14:13:36 abs Exp $
+# $NetBSD: Makefile,v 1.42 2002/07/28 05:38:46 schmonz Exp $
DISTNAME= imap-2001a
PKGNAME= imap-uw-2001.1
@@ -24,7 +24,9 @@ DOC_DIR= ${PREFIX}/share/doc/imap-uw
.if ${OPSYS} == "SunOS"
ALL_TARGET= gso
.elif ${OPSYS} == "Linux"
-ALL_TARGET= lrh
+ALL_TARGET= lrh
+.elif ${OPSYS} == "Darwin"
+ALL_TARGET= osx
.else
ALL_TARGET= neb
.endif