summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2011-07-28 07:50:05 +0000
committerminskim <minskim@pkgsrc.org>2011-07-28 07:50:05 +0000
commit3b43e2d37d8fec9262760408a02da7a599d7c7af (patch)
tree7a75f0263e2935137aea8c3584a1635c4507a557 /lang
parent45c7ace7fb92fb192bc280ad2d00f7fe277ac8d2 (diff)
downloadpkgsrc-3b43e2d37d8fec9262760408a02da7a599d7c7af.tar.gz
Fix PLIST on Darwin-11.*-x86_64.
Diffstat (limited to 'lang')
-rw-r--r--lang/ocaml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index cef8e3b2125..8da3dbae98a 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2011/07/20 14:10:09 riastradh Exp $
+# $NetBSD: Makefile,v 1.71 2011/07/28 07:50:05 minskim Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -19,7 +19,7 @@ UNLIMIT_RESOURCES= stacksize
# Stub libraries for functions missing from base system.
.if !empty(MACHINE_PLATFORM:MDarwin-*-powerpc) || \
!empty(MACHINE_PLATFORM:MDarwin-9.*-i386) || \
- !empty(MACHINE_PLATFORM:MDarwin-10.*-x86_64) || \
+ !empty(MACHINE_PLATFORM:MDarwin-1[0-9].*-x86_64) || \
${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || \
${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS" || \
${OPSYS} == "Linux"