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 | 01fd5a4be81fdc46929107b27c6855edd098a7be (patch) | |
tree | 3ce6df94a2463f58f302c578a2fd83613de49d6b /graphics/gnuplot/Makefile | |
parent | 286b4aa2680e68a02946369587dd62d109542645 (diff) | |
download | pkgsrc-01fd5a4be81fdc46929107b27c6855edd098a7be.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/Makefile')
-rw-r--r-- | graphics/gnuplot/Makefile | 3 |
1 files changed, 2 insertions, 1 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/} |