diff options
author | tnn <tnn@pkgsrc.org> | 2022-05-13 21:33:16 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-05-13 21:33:16 +0000 |
commit | 726f7d099e38e22982ff7bf2642c38008d074b5b (patch) | |
tree | 4cf21353769247328d69aa98728e2a6a5d962f75 /graphics | |
parent | b31c12bc8ce6170be972ad9d8a970e2a048a234a (diff) | |
download | pkgsrc-726f7d099e38e22982ff7bf2642c38008d074b5b.tar.gz |
graphviz: x11 option needs libXrender
usually gets implicitly pulled in via cairo but make it explicit
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/graphviz/options.mk b/graphics/graphviz/options.mk index 0c0a373eb6e..67e23146164 100644 --- a/graphics/graphviz/options.mk +++ b/graphics/graphviz/options.mk @@ -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 @@ CONFIGURE_ARGS+= --without-rsvg .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 |