diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-30 14:02:33 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-30 14:02:33 +0000 |
commit | 174faa575ff11e770fba59a90f86a9f516b5d8af (patch) | |
tree | 985ede16319f0b86bdca9477d04bb13d17adf576 /graphics/netpbm/Makefile | |
parent | Change RUN_DEPENDS from rubygem-sassc-rails to rubygem-sassc-rails-rails52 (diff) |
graphics/netpbm: Update to 10.88.00
Changes: https://github.com/t6/netpbm/blob/v10.88.00/doc/HISTORY
Notes
Notes:
svn path=/head/; revision=513377
Diffstat (limited to 'graphics/netpbm/Makefile')
-rw-r--r-- | graphics/netpbm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index c141417225a3..4a4a754c3210 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netpbm -DISTVERSION= 10.87.02 +DISTVERSION= 10.88.00 CATEGORIES= graphics MASTER_SITES= https://github.com/t6/netpbm/releases/download/v${DISTVERSION}/ \ LOCAL/tobik @@ -50,7 +50,8 @@ TEST_TARGET= check # different on FreeBSD so the test fails. The resulting and # intermediary images look fine in spite of this. _DISABLE_TESTS= all-in-place palm-roundtrip pamhue pammixmulti-identity \ - pamtopdbimg ppmgauss ps-alt-roundtrip tiff-flate-lzw-roundtrip + pamtopdbimg pnmquant ppmgauss ps-alt-roundtrip \ + tiff-flate-lzw-roundtrip OPTIONS_DEFINE= MANPAGES PERL STATIC SVGTOPAM X11 OPTIONS_DEFAULT= MANPAGES PERL |