summaryrefslogtreecommitdiff
path: root/graphics/gnuplot
diff options
context:
space:
mode:
authorbad <bad>2012-11-12 22:02:43 +0000
committerbad <bad>2012-11-12 22:02:43 +0000
commitf386412377a6283ed57848e08687918437227934 (patch)
tree4c2bd0c3380eec7555e07fb1b5e5129b3e9abf62 /graphics/gnuplot
parentd814ad5069ac4c064a19064e84b098e0fc8cae98 (diff)
downloadpkgsrc-f386412377a6283ed57848e08687918437227934.tar.gz
Disable wxterminal (wxwidgets option) on NetBSD because it is completely
broken. c.f. pkg/47177. Bump PKGREVISION to make the change obvious in binary packages.
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r--graphics/gnuplot/Makefile3
-rw-r--r--graphics/gnuplot/options.mk8
2 files changed, 8 insertions, 3 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile
index 2b00d511d9a..789ed07e89a 100644
--- a/graphics/gnuplot/Makefile
+++ b/graphics/gnuplot/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.69 2012/11/07 19:22:04 he Exp $
+# $NetBSD: Makefile,v 1.70 2012/11/12 22:02:43 bad Exp $
DISTNAME= gnuplot-4.6.1
+PKGREVISION= 1
CATEGORIES+= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
diff --git a/graphics/gnuplot/options.mk b/graphics/gnuplot/options.mk
index e96d0fab988..ee178aac4e5 100644
--- a/graphics/gnuplot/options.mk
+++ b/graphics/gnuplot/options.mk
@@ -1,7 +1,11 @@
-# $NetBSD: options.mk,v 1.5 2012/08/10 15:14:54 drochner Exp $
+# $NetBSD: options.mk,v 1.6 2012/11/12 22:02:43 bad Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnuplot
-PKG_SUPPORTED_OPTIONS= gd lua pdf x11 qt4 wxwidgets
+PKG_SUPPORTED_OPTIONS= gd lua pdf x11 qt4
+.if ${OPSYS} != "NetBSD"
+# wxterminal is broken on NetBSD c.f. pkg/47177
+PKG_SUPPORTED_OPTIONS+= wxwidgets
+.endif
PKG_SUGGESTED_OPTIONS= gd x11
.include "../../mk/bsd.options.mk"