Date: Sat, 11 Jul 2020 16:34:25 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541989 - head/math/gnuplot Message-ID: <202007111634.06BGYPBW079669@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Sat Jul 11 16:34:25 2020 New Revision: 541989 URL: https://svnweb.freebsd.org/changeset/ports/541989 Log: Switch to using GTK3 and WX3 PR: 247565 Submitted by: Greg V <greg@unrelenting.technology> Modified: head/math/gnuplot/Makefile Modified: head/math/gnuplot/Makefile ============================================================================== --- head/math/gnuplot/Makefile Sat Jul 11 16:03:57 2020 (r541988) +++ head/math/gnuplot/Makefile Sat Jul 11 16:34:25 2020 (r541989) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007111634.06BGYPBW079669>