summaryrefslogtreecommitdiff
path: root/editors/pico/Makefile
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 /editors/pico/Makefile
parent4d642f40385c2913707929ec381dc1b4479d33a6 (diff)
downloadpkgsrc-fa857242b1e08800975b02ef6a6a74b164b745e3.tar.gz
Build on Darwin.
Diffstat (limited to 'editors/pico/Makefile')
-rw-r--r--editors/pico/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile
index 533bcba858c..990d135a14a 100644
--- a/editors/pico/Makefile
+++ b/editors/pico/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2002/05/29 14:45:57 yyamano Exp $
+# $NetBSD: Makefile,v 1.31 2002/07/28 05:39:40 schmonz Exp $
#
DISTNAME= pine4.44
@@ -19,6 +19,8 @@ USE_LIBTOOL= # defined
.if ${OPSYS} == "SunOS"
BUILDNAME= so5
+.elif ${OPSYS} == "Darwin"
+BUILDNAME= osx
.else
BUILDNAME= neb
.endif