diff options
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 f0758205006..724fa9f4b04 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.161 2022/08/11 05:08:42 gutteridge Exp $ +# $NetBSD: Makefile,v 1.162 2022/09/11 12:51:51 wiz Exp $ DISTNAME= gnuplot-5.4.2 CATEGORIES+= graphics @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gnuplot.info/ COMMENT= Portable interactive, function plotting utility -PKGREVISION= 4 +PKGREVISION= 5 #LICENSE= gnuplot + BSD API_VERSION= ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/} |