summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/gnuplot/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 036ad4ab5ba4..2d4af690d190 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gnuplot
PORTVERSION= 5.2.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math graphics
MASTER_SITES= SF
@@ -43,15 +43,17 @@ CONFIGURE_ARGS+=--disable-x11-mbfonts \
--without-kpsexpand
PLIST_SUB+= X11="@comment "
.else
-USES+= gnome jpeg lua:53 xorg
+USES+= gnome jpeg lua:53 ncurses xorg
USE_TEX= kpathsea
-USE_GNOME+= atk cairo gtk20 gdkpixbuf2
-USE_WX= 2.8
+USE_GNOME+= atk cairo gtk30 gdkpixbuf2
+USE_WX= 3.0+
USE_XORG+= x11
LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
+ libharfbuzz.so:print/harfbuzz \
libgd.so:graphics/gd \
libpng.so:graphics/png \
+ libwebp.so:graphics/webp \
libtiff.so:graphics/tiff
CONFIGURE_ARGS+=--with-gd=${LOCALBASE} \
--with-gpic \