diff options
author | nia <nia@pkgsrc.org> | 2020-01-23 16:09:17 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-01-23 16:09:17 +0000 |
commit | 7329a59b77f9666c568a10b2932ffb249ebe2c02 (patch) | |
tree | c7fbd08df66e26c9182cf31be6bed0c29cb66a5e /graphics | |
parent | 668b5ba78ad98aa3850bf886a7639a971348f011 (diff) | |
download | pkgsrc-7329a59b77f9666c568a10b2932ffb249ebe2c02.tar.gz |
freeimageplus: Update to 3.18.0
Builds with freeimage-3.18.0.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/freeimageplus/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/freeimageplus/Makefile b/graphics/freeimageplus/Makefile index 6aadf0e7bdf..8ed776a5422 100644 --- a/graphics/freeimageplus/Makefile +++ b/graphics/freeimageplus/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2020/01/18 23:32:11 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2020/01/23 16:09:17 nia Exp $ -DISTNAME= FreeImage3170 -PKGNAME= freeimageplus-3.17.0 -PKGREVISION= 1 +DISTNAME= FreeImage3180 +PKGNAME= freeimageplus-3.18.0 CATEGORIES= devel graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freeimage/} EXTRACT_SUFX= .zip |