diff options
author | dbj <dbj@pkgsrc.org> | 2013-03-04 08:52:53 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2013-03-04 08:52:53 +0000 |
commit | 421c9570d99d7cca4bbc26796a2b476d39b71a1f (patch) | |
tree | 5beca81313d875b311ce92128882e25fabb0f944 /lang | |
parent | 6215aa9eccc404b3dbbe668b18f063cee55c5313 (diff) | |
download | pkgsrc-421c9570d99d7cca4bbc26796a2b476d39b71a1f.tar.gz |
add Darwin to platforms that use PLIST.natdynlink
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/Makefile | 5 |
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 |