diff options
author | drochner <drochner@pkgsrc.org> | 2011-03-10 09:44:10 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-03-10 09:44:10 +0000 |
commit | b15ad304e33f0c23da8ae9751f42c928c66576a8 (patch) | |
tree | 3ce6df94a2463f58f302c578a2fd83613de49d6b /graphics/gnuplot | |
parent | 3c412cda2e07237ec2cf3ff94c874187c0d35573 (diff) | |
download | pkgsrc-b15ad304e33f0c23da8ae9751f42c928c66576a8.tar.gz |
make the "pdf" option non-default -- PDF output is already provided
by the "cairo" backend, and the "pdf" option pulls in "pdflib"
which has an evil license
bump PKGREV
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r-- | graphics/gnuplot/Makefile | 3 | ||||
-rw-r--r-- | graphics/gnuplot/options.mk | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 259356800a9..76e7d030267 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2011/02/08 13:13:41 adam Exp $ +# $NetBSD: Makefile,v 1.54 2011/03/10 09:44:10 drochner Exp $ DISTNAME= gnuplot-4.4.2 +PKGREVISION= 1 CATEGORIES+= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} diff --git a/graphics/gnuplot/options.mk b/graphics/gnuplot/options.mk index 376735af6da..7400735c3d3 100644 --- a/graphics/gnuplot/options.mk +++ b/graphics/gnuplot/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.2 2011/02/08 13:13:41 adam Exp $ +# $NetBSD: options.mk,v 1.3 2011/03/10 09:44:10 drochner Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gnuplot PKG_SUPPORTED_OPTIONS= gd pdf x11 -PKG_SUGGESTED_OPTIONS= gd pdf x11 +PKG_SUGGESTED_OPTIONS= gd x11 .include "../../mk/bsd.options.mk" @@ -12,6 +12,7 @@ PLIST_VARS+= x11 .include "../../graphics/gd/buildlink3.mk" .endif +# PDF output is also provided by cairo .if !empty(PKG_OPTIONS:Mpdf) CONFIGURE_ARGS+= --with-pdf .include "../../print/pdflib-lite/buildlink3.mk" |