summaryrefslogtreecommitdiff
path: root/graphics/pngquant/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pngquant/Makefile')
-rw-r--r--graphics/pngquant/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/pngquant/Makefile b/graphics/pngquant/Makefile
index 0757dc0df1a..ce404131464 100644
--- a/graphics/pngquant/Makefile
+++ b/graphics/pngquant/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/06/24 12:00:22 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2019/05/31 10:06:18 adam Exp $
-DISTNAME= pngquant-2.12.0-src
+DISTNAME= pngquant-2.12.3-src
PKGNAME= ${DISTNAME:S/-src//}
CATEGORIES= graphics
MASTER_SITES= http://pngquant.org/
@@ -10,7 +10,7 @@ HOMEPAGE= http://pngquant.org/
COMMENT= Command-line utility for lossy compression of PNG images
LICENSE= gnu-gpl-v3
-WRKSRC= ${WRKDIR}/pngquant-2.12.0
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
HAS_CONFIGURE= yes
USE_LANGUAGES= c c99