summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorminskim <minskim>2011-07-28 07:50:05 +0000
committerminskim <minskim>2011-07-28 07:50:05 +0000
commit79e7ff633b2355e9f73a5779fe0b68e2f977682b (patch)
tree7a75f0263e2935137aea8c3584a1635c4507a557 /lang
parent44e3288580cc7efad97a6eb4141aad9a00934367 (diff)
downloadpkgsrc-79e7ff633b2355e9f73a5779fe0b68e2f977682b.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"