diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2020-07-11 16:34:25 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2020-07-11 16:34:25 +0000 |
commit | 41272695726973d41b61eabb512caa5afe4c9f09 (patch) | |
tree | 478f778f185926dcc3984c3392b7a2aa83855d59 /math/gnuplot | |
parent | Update to 4.1.51 (diff) |
Switch to using GTK3 and WX3
PR: 247565
Submitted by: Greg V <greg@unrelenting.technology>
Notes
Notes:
svn path=/head/; revision=541989
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 10 |
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 \ |