summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/icu/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile
index 32b9fa21eec..00f9be2d82d 100644
--- a/textproc/icu/Makefile
+++ b/textproc/icu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2004/08/04 08:47:22 recht Exp $
+# $NetBSD: Makefile,v 1.35 2004/11/01 10:51:30 recht Exp $
#
DISTNAME= icu-3.0
@@ -50,6 +50,8 @@ PLIST_SUBST+= MH_NAME=mh-solaris
. endif
.elif ${OPSYS} == "IRIX"
PLIST_SUBST+= MH_NAME=mh-irix
+.elif ${OPSYS} == "Darwin"
+PLIST_SUBST+= MH_NAME=mh-darwin
.else
# For unknown systems, set the filename to mh-unknown so that the user
# gets a warning about missing files.