summaryrefslogtreecommitdiff
path: root/graphics/gnuplot
diff options
context:
space:
mode:
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"