summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2009-03-07 01:31:45 +0000
committerreed <reed@pkgsrc.org>2009-03-07 01:31:45 +0000
commit81b87ab355d311f71fe0467bae28ecce7d18cbeb (patch)
tree0c259c23829ad6191a4ae70cdc8faa3ccb63db0c /lang
parentd7f5c4f11f5f6c5be3c7f8d4cac90044a0612cc0 (diff)
downloadpkgsrc-81b87ab355d311f71fe0467bae28ecce7d18cbeb.tar.gz
Add support for Darwin. Untested by me.
From PR 40956.
Diffstat (limited to 'lang')
-rw-r--r--lang/icon/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile
index 3de71387bfc..fbaa24edb26 100644
--- a/lang/icon/Makefile
+++ b/lang/icon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2009/02/08 12:51:04 asau Exp $
+# $NetBSD: Makefile,v 1.47 2009/03/07 01:31:45 reed Exp $
DISTNAME= icon.v943src
PKGNAME= icon-9.4.3
@@ -36,6 +36,9 @@ PTHREAD_OPTS+= require native
.elif ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
NAME= bsd
+.elif ${OPSYS} == "Darwin"
+NAME= macintosh
+
.elif ${OPSYS} == "Linux"
NAME= linux