summaryrefslogtreecommitdiff
path: root/graphics/gnuplot
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2019-10-28 08:33:24 +0000
committerkamil <kamil@pkgsrc.org>2019-10-28 08:33:24 +0000
commit6961fe2ff9b7878734fd8a1f51990a6bcec15207 (patch)
tree62a094baf028619ddb72cc9e324d1d32ab043513 /graphics/gnuplot
parent03367934f0ffe88d8e8f57e8d62e33d0282beecf (diff)
downloadpkgsrc-6961fe2ff9b7878734fd8a1f51990a6bcec15207.tar.gz
gnuplot: Remove the qt4 build option (it was disabled by default)
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r--graphics/gnuplot/Makefile4
-rw-r--r--graphics/gnuplot/options.mk12
2 files changed, 5 insertions, 11 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile
index 2679f0a01c1..f28d88cad93 100644
--- a/graphics/gnuplot/Makefile
+++ b/graphics/gnuplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.132 2019/09/18 14:17:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.133 2019/10/28 08:33:24 kamil Exp $
DISTNAME= gnuplot-5.2.7
CATEGORIES+= graphics
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gnuplot.sourceforge.net/
COMMENT= Portable interactive, function plotting utility
-PKGREVISION= 1
+PKGREVISION= 2
#LICENSE= gnuplot + BSD
API_VERSION= ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/}
diff --git a/graphics/gnuplot/options.mk b/graphics/gnuplot/options.mk
index 3e6cb8dc84c..d74bd3cafed 100644
--- a/graphics/gnuplot/options.mk
+++ b/graphics/gnuplot/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.14 2018/11/21 17:12:06 adam Exp $
+# $NetBSD: options.mk,v 1.15 2019/10/28 08:33:24 kamil Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnuplot
-PKG_SUPPORTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc lua pdf qt4 qt5 wxwidgets x11
+PKG_SUPPORTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc lua pdf qt5 wxwidgets x11
PKG_SUGGESTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc x11
.include "../../mk/bsd.options.mk"
@@ -54,13 +54,7 @@ PLIST.x11= yes
CONFIGURE_ARGS+= --without-x
.endif
-.if !empty(PKG_OPTIONS:Mqt4)
-USE_LANGUAGES+= c++
-CONFIGURE_ARGS+= --with-qt=qt4
-PLIST.qt= yes
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-.elif !empty(PKG_OPTIONS:Mqt5)
+.if !empty(PKG_OPTIONS:Mqt5)
USE_LANGUAGES+= c++11
CONFIGURE_ARGS+= --with-qt=qt5
PLIST.qt= yes