diff options
author | marino <marino@pkgsrc.org> | 2011-12-13 06:17:35 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-13 06:17:35 +0000 |
commit | b02e48796d0e47307478fdc3c84e028f15136e89 (patch) | |
tree | 8878ddaaecd792613e32af7506caf206586c2918 /x11 | |
parent | d0f033f2d5e01be602f322992f86d46d856c9a59 (diff) | |
download | pkgsrc-b02e48796d0e47307478fdc3c84e028f15136e89.tar.gz |
x11/ocaml-graphics: Fix DragonFly PLIST problem
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ocaml-graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/ocaml-graphics/Makefile b/x11/ocaml-graphics/Makefile index 991490e9a54..8b752f98d05 100644 --- a/x11/ocaml-graphics/Makefile +++ b/x11/ocaml-graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/12/06 00:19:21 sbd Exp $ +# $NetBSD: Makefile,v 1.15 2011/12/13 06:17:35 marino Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -32,6 +32,7 @@ PLIST_VARS+= natdynlib . if !empty(MACHINE_PLATFORM:MLinux-*-*) || \ !empty(MACHINE_PLATFORM:MDarwin-*-*) || \ !empty(MACHINE_PLATFORM:MFreeBSD-*-*) || \ + !empty(MACHINE_PLATFORM:MDragonFly-*-*) || \ !empty(MACHINE_PLATFORM:MNetBSD-*-*) PLIST.natdynlib= yes . endif |