diff options
author | dholland <dholland@pkgsrc.org> | 2017-09-05 04:35:21 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2017-09-05 04:35:21 +0000 |
commit | c4aaddc519508511a64d222f51198cf7374267bf (patch) | |
tree | fc4d79e94aca398b7e04112b9a63a0884144d921 /x11/ocaml-lablgtk | |
parent | 79d676353ebc5ca76c8938e6e6f185cc70e4cbd7 (diff) | |
download | pkgsrc-c4aaddc519508511a64d222f51198cf7374267bf.tar.gz |
Add a bunch of indirect deps from gtk2 as direct deps based on verifypc
output. Bump PKGREVISION to 8.
Diffstat (limited to 'x11/ocaml-lablgtk')
-rw-r--r-- | x11/ocaml-lablgtk/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/x11/ocaml-lablgtk/Makefile b/x11/ocaml-lablgtk/Makefile index 32b66266e84..27d2766ec5e 100644 --- a/x11/ocaml-lablgtk/Makefile +++ b/x11/ocaml-lablgtk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2017/07/13 11:53:15 jaapb Exp $ +# $NetBSD: Makefile,v 1.27 2017/09/05 04:35:21 dholland Exp $ DISTNAME= lablgtk-2.18.5 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= x11 MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/1627/ @@ -43,5 +43,12 @@ PLIST.stubs= yes .include "options.mk" +.include "../../devel/atk/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/pango/buildlink3.mk" +.include "../../graphics/cairo/buildlink3.mk" +.include "../../graphics/gdk-pixbuf2/buildlink3.mk" +.include "../../graphics/libart/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |