diff options
author | wiz <wiz> | 2011-08-07 20:30:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-08-07 20:30:15 +0000 |
commit | 52131549ebe877a713cd13ce99ed3fa0cf8ecf16 (patch) | |
tree | de3c40eb447e4e7aeb699c988f105fe7be1d27c1 /x11 | |
parent | 89f51feb060f6544b13ad23d7cb6d5cc47fb2684 (diff) | |
download | pkgsrc-52131549ebe877a713cd13ce99ed3fa0cf8ecf16.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/Makefile | 6 |
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 |