diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-12-05 07:17:24 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-12-05 07:17:24 +0000 |
commit | d406c5bae2a9a2bf2e52d378b59554c6c29fbf45 (patch) | |
tree | 89ef2765f0c1bf8fe9f51efb680eece6b9f3df07 /graphics/netpbm/Makefile | |
parent | sysutils/siegfried: Hook up tests again after r518928 (diff) |
graphics/netpbm: Update to 10.88.01
Changes: https://github.com/t6/netpbm/blob/v10.88.01/doc/HISTORY
Notes
Notes:
svn path=/head/; revision=519069
Diffstat (limited to 'graphics/netpbm/Makefile')
-rw-r--r-- | graphics/netpbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 9ca7338a1a0a..6ad02c9c0c2b 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netpbm -DISTVERSION= 10.88.00 +DISTVERSION= 10.88.01 CATEGORIES= graphics MASTER_SITES= https://github.com/t6/netpbm/releases/download/v${DISTVERSION}/ \ LOCAL/tobik @@ -23,7 +23,7 @@ TEST_DEPENDS= bash:shells/bash # http://netpbm.sourceforge.net/getting_netpbm.php. To checkout the # sources yourself see the netpbm-version-check and netpbm-fetch # targets below. -USES= ghostscript:test gmake perl5 shebangfix +USES= ghostscript:test gmake perl5 shebangfix tar:xz USE_LDCONFIG= yes USE_PERL5= build test |