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 05:01:37 UTC 2017

Modified Files:
        pkgsrc/x11/ocaml-lablgtk: buildlink3.mk

Log Message:
Turns out this also needs to export libgnomecanvas if built with
libgnomecanvas. Found while building ocamlgraph with ocaml-lablgtk
support (which is required by pending new frama-c)...


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/ocaml-lablgtk/buildlink3.mk

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/buildlink3.mk
diff -u pkgsrc/x11/ocaml-lablgtk/buildlink3.mk:1.17 pkgsrc/x11/ocaml-lablgtk/buildlink3.mk:1.18
--- pkgsrc/x11/ocaml-lablgtk/buildlink3.mk:1.17 Tue Sep  5 04:41:05 2017
+++ pkgsrc/x11/ocaml-lablgtk/buildlink3.mk      Tue Sep  5 05:01:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.17 2017/09/05 04:41:05 dholland Exp $
+# $NetBSD: buildlink3.mk,v 1.18 2017/09/05 05:01:37 dholland Exp $
 
 BUILDLINK_TREE+=       ocaml-lablgtk
 
@@ -13,8 +13,8 @@ BUILDLINK_PKGSRCDIR.ocaml-lablgtk?=   ../.
 pkgbase := ocaml-lablgtk
 .include "../../mk/pkg-build-options.mk"
 
-.if !empty(PKG_BUILD_OPTIONS.ocaml-lablgtk:Mgnome)
-.  include "../../x11/gnome-panel/buildlink3.mk"
+.if !empty(PKG_BUILD_OPTIONS.ocaml-lablgtk:Mgnomecanvas)
+.  include "../../graphics/libgnomecanvas/buildlink3.mk"
 .endif
 
 .if !empty(PKG_BUILD_OPTIONS.ocaml-lablgtk:Mgtksourceview)
@@ -25,6 +25,10 @@ pkgbase := ocaml-lablgtk
 .  include "../../x11/gtksourceview2/buildlink3.mk"
 .endif
 
+.if !empty(PKG_BUILD_OPTIONS.ocaml-lablgtk:Mgnome)
+.  include "../../x11/gnome-panel/buildlink3.mk"
+.endif
+
 .endif # OCAML_LABLGTK_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -ocaml-lablgtk



Home | Main Index | Thread Index | Old Index