From 3f8196315cd9e98c72d02d1a70ce911e30ddee28 Mon Sep 17 00:00:00 2001 From: rin Date: Mon, 9 Dec 2019 12:57:22 +0000 Subject: PR pkg/54623 (Joern Clausen) Disable gnuplot-pdf-doc by default. This option requires TeX packages, that are too much for users who merely wants to plot graphs. Bump revision. --- graphics/gnuplot/Makefile | 3 ++- graphics/gnuplot/options.mk | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'graphics') diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 978df5181af..c5fc2078ffc 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.134 2019/12/05 18:42:05 adam Exp $ +# $NetBSD: Makefile,v 1.135 2019/12/09 12:57:22 rin Exp $ DISTNAME= gnuplot-5.2.8 +PKGREVISION= 1 CATEGORIES+= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} diff --git a/graphics/gnuplot/options.mk b/graphics/gnuplot/options.mk index d74bd3cafed..67afeb69ca7 100644 --- a/graphics/gnuplot/options.mk +++ b/graphics/gnuplot/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.15 2019/10/28 08:33:24 kamil Exp $ +# $NetBSD: options.mk,v 1.16 2019/12/09 12:57:22 rin Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gnuplot PKG_SUPPORTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc lua pdf qt5 wxwidgets x11 -PKG_SUGGESTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc x11 +PKG_SUGGESTED_OPTIONS= cairo cerf gd x11 .include "../../mk/bsd.options.mk" -- cgit v1.2.3