summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2011-12-13 06:17:35 +0000
committermarino <marino@pkgsrc.org>2011-12-13 06:17:35 +0000
commit33bf734792ceddcf225a0917afa7f3f84edf0e8a (patch)
tree8878ddaaecd792613e32af7506caf206586c2918
parentb4791bb93154089b4b29c72d4855db0f489a643d (diff)
downloadpkgsrc-33bf734792ceddcf225a0917afa7f3f84edf0e8a.tar.gz
x11/ocaml-graphics: Fix DragonFly PLIST problem
-rw-r--r--x11/ocaml-graphics/Makefile3
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