svn commit: r462184 - head/math/gnuplot
Greg Lewis
glewis at FreeBSD.org
Sat Feb 17 18:37:18 UTC 2018
Author: glewis
Date: Sat Feb 17 18:37:17 2018
New Revision: 462184
URL: https://svnweb.freebsd.org/changeset/ports/462184
Log:
. Make bitmap terminals part of the LITE version since they don't require
any additional dependencies.
Submitted by: Matthew Luckie <mjl at luckie.org.nz>
Modified:
head/math/gnuplot/Makefile
Modified: head/math/gnuplot/Makefile
==============================================================================
--- head/math/gnuplot/Makefile Sat Feb 17 18:22:27 2018 (r462183)
+++ head/math/gnuplot/Makefile Sat Feb 17 18:37:17 2018 (r462184)
@@ -2,6 +2,7 @@
PORTNAME= gnuplot
PORTVERSION= 5.2.2
+PORTREVISION= 1
CATEGORIES= math graphics
MASTER_SITES= SF
@@ -22,6 +23,7 @@ CONFIGURE_ARGS+=--with-readline=gnu \
--without-linux-vga \
--without-lisp-files \
--without-tutorial \
+ --with-bitmap-terminals \
--with-qt=no
.if defined(LITE)
@@ -33,7 +35,6 @@ CONFIGURE_ARGS+=--disable-x11-mbfonts \
--without-gd \
--without-caca \
--without-wx \
- --without-bitmap-terminals \
--without-gpic \
--without-mif \
--without-cairo \
@@ -52,8 +53,7 @@ LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig \
libgd.so:graphics/gd \
libpng.so:graphics/png \
libtiff.so:graphics/tiff
-CONFIGURE_ARGS+=--with-bitmap-terminals \
- --with-gd=${LOCALBASE} \
+CONFIGURE_ARGS+=--with-gd=${LOCALBASE} \
--with-gpic \
--with-mif \
--with-kpsexpand \
More information about the svn-ports-head
mailing list