Date: Sat, 17 Feb 2018 18:37:17 +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: r462184 - head/math/gnuplot Message-ID: <201802171837.w1HIbHud083925@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802171837.w1HIbHud083925>