diff options
author | he <he@pkgsrc.org> | 2012-10-24 13:32:54 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2012-10-24 13:32:54 +0000 |
commit | 2ec8773c15fc99a03bbf9cdc09f3a442bd83d786 (patch) | |
tree | 3a69feaf3ae8952c7ccff4e6b8ab27e9bbcebc51 /graphics/gnuplot/Makefile | |
parent | 4e84bdfa1b246088ba2593adfccce4642efd7a54 (diff) | |
download | pkgsrc-2ec8773c15fc99a03bbf9cdc09f3a442bd83d786.tar.gz |
Add a patch to avoid gnuplot always segfaulting on a NULL pointer
de-reference on the first command.
Bump pkgrevision.
Diffstat (limited to 'graphics/gnuplot/Makefile')
-rw-r--r-- | graphics/gnuplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 78afb456166..463b4ea3cf0 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2012/10/08 23:01:44 adam Exp $ +# $NetBSD: Makefile,v 1.67 2012/10/24 13:32:54 he Exp $ DISTNAME= gnuplot-4.6.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES+= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} |