pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/ocaml-lablgtk



Module Name:    pkgsrc
Committed By:   dholland
Date:           Tue Sep  5 04:35:22 UTC 2017

Modified Files:
        pkgsrc/x11/ocaml-lablgtk: Makefile

Log Message:
Add a bunch of indirect deps from gtk2 as direct deps based on verifypc
output. Bump PKGREVISION to 8.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/ocaml-lablgtk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/ocaml-lablgtk/Makefile
diff -u pkgsrc/x11/ocaml-lablgtk/Makefile:1.26 pkgsrc/x11/ocaml-lablgtk/Makefile:1.27
--- pkgsrc/x11/ocaml-lablgtk/Makefile:1.26      Thu Jul 13 11:53:15 2017
+++ pkgsrc/x11/ocaml-lablgtk/Makefile   Tue Sep  5 04:35:21 2017
@@ -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"



Home | Main Index | Thread Index | Old Index