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 /audio | |
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 'audio')
-rw-r--r-- | audio/ices-mp3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |