diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-10 13:54:19 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-10 13:54:19 +0000 |
commit | 01cc9d6e20ca61822c68e84ee67252f6f8307187 (patch) | |
tree | 704b44b665513952bec62f8a066a2b027c3718c7 /archivers | |
parent | c77df4ccc94182edec54997b7bd4068fba3f15d7 (diff) | |
download | pkgsrc-01cc9d6e20ca61822c68e84ee67252f6f8307187.tar.gz |
mark perl as not needed
Before, it had the same effect but generate a USE_TOOLS+=perl warning.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/fastjar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile index 693f3046f05..d3c1945b4a2 100644 --- a/archivers/fastjar/Makefile +++ b/archivers/fastjar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2020/04/26 13:27:41 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2020/05/10 13:54:19 rillig Exp $ DISTNAME= fastjar-0.98 PKGREVISION= 1 @@ -11,7 +11,7 @@ COMMENT= C language version of the 'jar' archiver normally used by Java LICENSE= gnu-gpl-v2 GNU_CONFIGURE= YES -CONFIGURE_ENV+= PERL= # none, to prevent the USE_TOOLS+=perl warning +TOOLS_BROKEN= perl INFO_FILES= YES INSTALLATION_DIRS= ${PKGMANDIR}/man1 |