summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordbj <dbj>2013-03-04 08:52:53 +0000
committerdbj <dbj>2013-03-04 08:52:53 +0000
commitba724f09d59ba4c3f4e4e92e471159896d0d4059 (patch)
tree5beca81313d875b311ce92128882e25fabb0f944 /lang
parent179a27cec40195f4da99bb865a050eb537a1da47 (diff)
downloadpkgsrc-ba724f09d59ba4c3f4e4e92e471159896d0d4059.tar.gz
add Darwin to platforms that use PLIST.natdynlink
Diffstat (limited to 'lang')
-rw-r--r--lang/ocaml/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index b47cc034b01..748214b361f 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2012/10/23 16:07:13 asau Exp $
+# $NetBSD: Makefile,v 1.82 2013/03/04 08:52:53 dbj Exp $
.include "Makefile.common"
@@ -48,7 +48,8 @@ PLIST_SRC+= ${PKGDIR}/PLIST.prof
. if !empty(MACHINE_PLATFORM:MLinux-*-*) || \
!empty(MACHINE_PLATFORM:MFreeBSD-*-*) || \
!empty(MACHINE_PLATFORM:MDragonFly-*-*) || \
- !empty(MACHINE_PLATFORM:MNetBSD-*-*)
+ !empty(MACHINE_PLATFORM:MNetBSD-*-*) || \
+ !empty(MACHINE_PLATFORM:MDarwin-*-*)
PLIST_SRC+= ${PKGDIR}/PLIST.natdynlink
. endif
.endif