pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/graphviz graphviz: x11 option needs libXrender
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b81149743c9
branches: trunk
changeset: 379273:6b81149743c9
user: tnn <tnn%pkgsrc.org@localhost>
date: Fri May 13 21:33:16 2022 +0000
description:
graphviz: x11 option needs libXrender
usually gets implicitly pulled in via cairo but make it explicit
diffstat:
graphics/graphviz/options.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 8c5d2e95a2d2 -r 6b81149743c9 graphics/graphviz/options.mk
--- a/graphics/graphviz/options.mk Fri May 13 20:56:09 2022 +0000
+++ b/graphics/graphviz/options.mk Fri May 13 21:33:16 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.32 2021/10/21 19:44:30 schmonz Exp $
+# $NetBSD: options.mk,v 1.33 2022/05/13 21:33:16 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz
PKG_SUPPORTED_OPTIONS= gd ghostscript gtk lua ocaml perl poppler svg tcl x11 # guile does not build with guile20
@@ -76,6 +76,7 @@
.if !empty(PKG_OPTIONS:Mx11)
. include "../../mk/xaw.buildlink3.mk"
+. include "../../x11/libXrender/buildlink3.mk"
PLIST.x11= yes
CONFIGURE_ENV+= X11BASE=${X11BASE}
CONFIGURE_ARGS+= --enable-lefty
Home |
Main Index |
Thread Index |
Old Index