diff options
author | drochner <drochner@pkgsrc.org> | 2008-05-15 20:22:02 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-05-15 20:22:02 +0000 |
commit | 577f0fd1e1e34b9810bae5d427007512a7366b26 (patch) | |
tree | 633597a450715019a2c15e4298d2bff83654f4ce /graphics/gnuplot-nox11 | |
parent | 7544ab866e0e05f508fe855da19295168aec0eb1 (diff) | |
download | pkgsrc-577f0fd1e1e34b9810bae5d427007512a7366b26.tar.gz |
update to 4.2.3
changes:
* NEW options front and back to "set colorbox"
* NEW character encoding support for emf and pdf terminals
* NEW "format" keyword for "set tics" and "set {x|y|...}tics"
* NEW allow user to set colorbar label rotatation if the bar is vertical
+bugfixes
Diffstat (limited to 'graphics/gnuplot-nox11')
-rw-r--r-- | graphics/gnuplot-nox11/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gnuplot-nox11/Makefile b/graphics/gnuplot-nox11/Makefile index 74c912f96ab..f4c97ccd208 100644 --- a/graphics/gnuplot-nox11/Makefile +++ b/graphics/gnuplot-nox11/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2008/05/09 11:12:27 jmmv Exp $ +# $NetBSD: Makefile,v 1.15 2008/05/15 20:22:02 drochner Exp $ # PKGNAME= ${DISTNAME:C/-/-nox11-/} -PKGREVISION= 6 SVR4_PKGNAME= gplot CONFLICTS+= gnuplot-[0-9]* |