gnuplot: remove pdflib when pangocairo is available (closes #41989)
--- trunk/dports/math/gnuplot/Portfile 2014-01-01 11:53:36 UTC (rev 115403)
+++ trunk/dports/math/gnuplot/Portfile 2014-01-01 12:01:02 UTC (rev 115404)
@@ -102,6 +102,7 @@
}
variant pangocairo description "Enable cairo-based terminals" {
+ depends_lib-delete port:pdflib
depends_lib-append path:lib/pkgconfig/pango.pc:pango
configure.args-delete --without-cairo
}