Ticket #43738: patch-gnuplot-pango.diff
File patch-gnuplot-pango.diff, 1.2 KB (added by pixilla (Bradley Giesbrecht), 10 years ago) |
---|
-
math/gnuplot/Portfile
100 100 } 101 101 102 102 variant pangocairo description "Enable cairo-based terminals" { 103 depends_lib-append path:lib/pkgconfig/pango.pc:pango104 103 configure.args-delete --without-cairo 105 104 } 106 105 … … 111 110 112 111 variant wxwidgets description "Enable wxt terminal" { 113 112 wxWidgets.use wxWidgets-3.0 114 depends_lib-append port:${wxWidgets.port} path:lib/pkgconfig/pango.pc:pango113 depends_lib-append port:${wxWidgets.port} 115 114 configure.args-delete --disable-wxwidgets 116 115 configure.args-append --with-wx-config=${wxWidgets.wxdir} 117 116 } … … 138 137 default_variants-append +wxwidgets 139 138 } 140 139 140 if {[variant_isset pangocairo] || [variant_isset wxwidgets]} { 141 depends_lib-append path:lib/pkgconfig/pango.pc:pango 142 } 141 143 # Building and installing TeX macro files for TikZ could/should be done by gnuplot's Makefile, 142 144 # but without a patch that would require a dependency on texlive. 143 145 # Apart from that the files would fly to the wrong place in TDS,