diff options
Diffstat (limited to 'graphics/gnuplot/Makefile')
-rw-r--r-- | graphics/gnuplot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 8d92bb01e5e..b12ccb4caa2 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.121 2018/04/29 05:46:37 wiz Exp $ +# $NetBSD: Makefile,v 1.122 2018/07/07 11:59:05 adam Exp $ -DISTNAME= gnuplot-5.2.1 +DISTNAME= gnuplot-5.2.4 CATEGORIES+= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gnuplot.sourceforge.net/ COMMENT= Portable interactive, function plotting utility -PKGREVISION= 5 #LICENSE= gnuplot + BSD API_VERSION= ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/} |