diff options
author | wiz <wiz@pkgsrc.org> | 2018-04-29 05:46:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-04-29 05:46:35 +0000 |
commit | 38e0c319479d2d93ec60a82b095946e9e4e8f6b7 (patch) | |
tree | 9b441e1ae1e85b7d11e01f585b5f843856e0f3d9 /graphics/gnuplot | |
parent | 0b7a3badbd7c253cde71ea1e47a04e796c81f612 (diff) | |
download | pkgsrc-38e0c319479d2d93ec60a82b095946e9e4e8f6b7.tar.gz |
*: PKGREVISION bump for wxGTK30 switch from gtk2 to gtk3
Diffstat (limited to 'graphics/gnuplot')
-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 3e0f1482334..8d92bb01e5e 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.120 2018/04/16 14:34:37 wiz Exp $ +# $NetBSD: Makefile,v 1.121 2018/04/29 05:46:37 wiz Exp $ DISTNAME= gnuplot-5.2.1 CATEGORIES+= graphics @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gnuplot.sourceforge.net/ 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/} |