diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-07-28 05:49:28 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-07-28 05:49:28 +0000 |
commit | 70a422b2fa5837e97e07dc47b8706bf6943bada4 (patch) | |
tree | 17f1592608d8e03fec7850f7c7c1e21db371c946 /mail/pine/Makefile | |
parent | 842b7d513d7e1897effbf2389d1f2b096ac08416 (diff) | |
download | pkgsrc-70a422b2fa5837e97e07dc47b8706bf6943bada4.tar.gz |
Build on Darwin.
Diffstat (limited to 'mail/pine/Makefile')
-rw-r--r-- | mail/pine/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index e11b7d11e93..1f123339b71 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2002/07/18 14:18:48 abs Exp $ +# $NetBSD: Makefile,v 1.62 2002/07/28 05:49:28 schmonz Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -81,6 +81,9 @@ BUILDFILE= gs5 .elif ${OPSYS} == "Linux" BUILDNAME= lrh BUILDFILE= lnx +.elif ${OPSYS} == "Darwin" +BUILDNAME= osx +BUILDFILE= osx .else BUILDNAME= neb BUILDFILE= neb |