pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/fastjar archivers/fastjar: suppress USE_TOOL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30463194b42f
branches:  trunk
changeset: 428263:30463194b42f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 26 13:27:41 2020 +0000

description:
archivers/fastjar: suppress USE_TOOLS+=perl warning

diffstat:

 archivers/fastjar/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 17f231f15908 -r 30463194b42f archivers/fastjar/Makefile
--- a/archivers/fastjar/Makefile        Sun Apr 26 13:19:39 2020 +0000
+++ b/archivers/fastjar/Makefile        Sun Apr 26 13:27:41 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/11/02 22:54:26 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2020/04/26 13:27:41 rillig Exp $
 
 DISTNAME=      fastjar-0.98
 PKGREVISION=   1
@@ -11,6 +11,7 @@
 LICENSE=       gnu-gpl-v2
 
 GNU_CONFIGURE= YES
+CONFIGURE_ENV+=        PERL= # none, to prevent the USE_TOOLS+=perl warning
 
 INFO_FILES=            YES
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index