pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/ocaml-lablgtk Turns out this also needs to export ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cda1a78b6a8b
branches:  trunk
changeset: 367701:cda1a78b6a8b
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Tue Sep 05 05:01:37 2017 +0000

description:
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)...

diffstat:

 x11/ocaml-lablgtk/buildlink3.mk |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 132b32eda010 -r cda1a78b6a8b x11/ocaml-lablgtk/buildlink3.mk
--- a/x11/ocaml-lablgtk/buildlink3.mk   Tue Sep 05 04:41:05 2017 +0000
+++ b/x11/ocaml-lablgtk/buildlink3.mk   Tue Sep 05 05:01:37 2017 +0000
@@ -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 @@
 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 @@
 .  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