diff options
Diffstat (limited to 'math/gnuplot/Makefile')
-rw-r--r-- | math/gnuplot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index f5c0611dd991..9d432deadb39 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -40,17 +40,17 @@ WX_DESC= wxWidgets (formerly wxWindows) support OPTIONS_DEFAULT=CAIRO GD WX X11 OPTIONS_SUB= yes -CAIRO_LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo +CAIRO_LIB_DEPENDS= libcairo.so:graphics/cairo CAIRO_USE= GNOME=pango CAIRO_CONFIGURE_WITH= cairo -GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd +GD_LIB_DEPENDS= libgd.so:graphics/gd GD_CONFIGURE_ON= --with-gd=${LOCALBASE} GD_CONFIGURE_OFF+= --without-gd GRIDBOX_CONFIGURE_OFF= --disable-h3d-quadtree --enable-h3d-gridbox -PDF_LIB_DEPENDS= libpdf.so:${PORTSDIR}/print/pdflib +PDF_LIB_DEPENDS= libpdf.so:print/pdflib PDF_CONFIGURE_ON= --with-pdf=${LOCALBASE} PDF_CONFIGURE_OFF= --without-pdf |