From e62c8b16cf86b65677d33ce53499280c0ee3b2e9 Mon Sep 17 00:00:00 2001 From: glewis Date: Sat, 17 Feb 2018 18:37:17 +0000 Subject: [PATCH] . Make bitmap terminals part of the LITE version since they don't require any additional dependencies. Submitted by: Matthew Luckie --- math/gnuplot/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 36fd98da59d1..43ec86ad7b36 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -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 \