summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-08-07 20:30:15 +0000
committerwiz <wiz@pkgsrc.org>2011-08-07 20:30:15 +0000
commit7ae24c27547408c3bf75851fbae8bb82383f1dad (patch)
treede3c40eb447e4e7aeb699c988f105fe7be1d27c1 /x11
parentbe5f984b6604763cf52f46b2090d92e99bb658fa (diff)
downloadpkgsrc-7ae24c27547408c3bf75851fbae8bb82383f1dad.tar.gz
Fixed the PLIST for NetBSD where lib/ocaml/stublibs/dlllablgtk2.so
is built as well. Bump PKGREVISION. From Nicolas Thauvin.
Diffstat (limited to 'x11')
-rw-r--r--x11/ocaml-graphics/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/ocaml-graphics/Makefile b/x11/ocaml-graphics/Makefile
index a8de46bd2e1..4c0623f58ce 100644
--- a/x11/ocaml-graphics/Makefile
+++ b/x11/ocaml-graphics/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2010/11/07 18:36:08 tonio Exp $
+# $NetBSD: Makefile,v 1.12 2011/08/07 20:30:15 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -7,6 +7,7 @@ DISTINFO_FILE= ${PKGDIR}/../../lang/ocaml/distinfo
PATCHDIR= ${PKGDIR}/../../lang/ocaml/patches
PKGNAME= ${DISTNAME:S/ocaml/ocaml-graphics/}
+PKGREVISION= 1
COMMENT+= (graphics library)
@@ -30,7 +31,8 @@ PLIST_VARS+= natdynlib
.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "x86_64")
. if !empty(MACHINE_PLATFORM:MLinux-*-*) || \
!empty(MACHINE_PLATFORM:MDarwin-*-*) || \
- !empty(MACHINE_PLATFORM:MFreeBSD-*-*)
+ !empty(MACHINE_PLATFORM:MFreeBSD-*-*) || \
+ !empty(MACHINE_PLATFORM:MNetBSD-*-*)
PLIST.natdynlib= yes
. endif
.endif