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 | |
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.
-rw-r--r-- | archivers/fastjar/Makefile | 4 | ||||
-rw-r--r-- | audio/ices-mp3/Makefile | 3 | ||||
-rw-r--r-- | converters/bib2xml/Makefile | 3 | ||||
-rw-r--r-- | cross/mingw-gcc/Makefile | 3 |
4 files changed, 8 insertions, 5 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 diff --git a/audio/ices-mp3/Makefile b/audio/ices-mp3/Makefile index a52dfc26a8a..3a52ccb5c7a 100644 --- a/audio/ices-mp3/Makefile +++ b/audio/ices-mp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2020/01/07 13:47:41 kim Exp $ +# $NetBSD: Makefile,v 1.35 2020/05/10 13:54:19 rillig Exp $ # DISTNAME= ices-${ICES_VERSION} @@ -14,6 +14,7 @@ COMMENT= Source client for a streaming server LICENSE= gnu-gpl-v2 USE_TOOLS+= automake pkg-config +TOOLS_BROKEN+= perl USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/converters/bib2xml/Makefile b/converters/bib2xml/Makefile index 6b808fa4e04..d1ead968339 100644 --- a/converters/bib2xml/Makefile +++ b/converters/bib2xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/08/16 20:45:33 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2020/05/10 13:54:19 rillig Exp $ # DISTNAME= bib2xml-10062002 @@ -14,6 +14,7 @@ COMMENT= BibTeX to XML converter WRKSRC= ${WRKDIR}/bib2xml GNU_CONFIGURE= YES BUILD_DIRS= progs +TOOLS_BROKEN+= perl INSTALLATION_DIRS= bin diff --git a/cross/mingw-gcc/Makefile b/cross/mingw-gcc/Makefile index 60e41bc5ff6..75069c27166 100644 --- a/cross/mingw-gcc/Makefile +++ b/cross/mingw-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2020/03/20 11:57:25 nia Exp $ +# $NetBSD: Makefile,v 1.10 2020/05/10 13:54:19 rillig Exp $ DISTNAME= mingw-gcc-${DIST_VERSION} PKGNAME= ${DISTNAME:S/-${DIST_VERSION}/-${GCC_VERSION}/} @@ -14,6 +14,7 @@ HOMEPAGE= http://mingw.sourceforge.net/ COMMENT= GNU C Compiler for win32 cross-development USE_TOOLS+= gmake +TOOLS_BROKEN+= perl GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${PREFIX}/cross INFO_FILES= yes |