summaryrefslogtreecommitdiff
path: root/graphics/gnuplot/Makefile
diff options
context:
space:
mode:
authorhe <he>2012-10-24 13:32:54 +0000
committerhe <he>2012-10-24 13:32:54 +0000
commitad978f2d1c2b8d2a490093dcaa7051d0de1f53e1 (patch)
tree3a69feaf3ae8952c7ccff4e6b8ab27e9bbcebc51 /graphics/gnuplot/Makefile
parent36d448f2a7dbd9d05670e5787380768ce9b802e5 (diff)
downloadpkgsrc-ad978f2d1c2b8d2a490093dcaa7051d0de1f53e1.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/Makefile4
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/}