summaryrefslogtreecommitdiff
path: root/lang/icon/Makefile
diff options
context:
space:
mode:
authorreed <reed>2009-03-07 01:31:45 +0000
committerreed <reed>2009-03-07 01:31:45 +0000
commita1d929473d5f8423a06629be02f27c8275e55608 (patch)
tree0c259c23829ad6191a4ae70cdc8faa3ccb63db0c /lang/icon/Makefile
parentf8a8ea97877ca4f2d46b9325e02863b2fd43e6ee (diff)
downloadpkgsrc-a1d929473d5f8423a06629be02f27c8275e55608.tar.gz
Add support for Darwin. Untested by me.
From PR 40956.
Diffstat (limited to 'lang/icon/Makefile')
-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