summaryrefslogtreecommitdiff
path: root/mail/imap-uw
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-07-28 05:38:46 +0000
committerschmonz <schmonz>2002-07-28 05:38:46 +0000
commitfa857242b1e08800975b02ef6a6a74b164b745e3 (patch)
tree105715d5d08b3b5cc13e66df13315f3f224e42f5 /mail/imap-uw
parent4d642f40385c2913707929ec381dc1b4479d33a6 (diff)
downloadpkgsrc-fa857242b1e08800975b02ef6a6a74b164b745e3.tar.gz
Build on Darwin.
Diffstat (limited to 'mail/imap-uw')
-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