diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-12 18:56:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-12 18:56:06 +0000 |
commit | 2f7da7836fad609a5979818bfc4771853750df13 (patch) | |
tree | e627a638f10e8eb4f65a201079f6391431c359a8 /audio | |
parent | e88b5b4ddf887af710d84a784503a0289690489a (diff) | |
download | pkgsrc-2f7da7836fad609a5979818bfc4771853750df13.tar.gz |
Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mserv-irman/Makefile | 4 | ||||
-rw-r--r-- | audio/p5-MP3-Tag/Makefile | 4 | ||||
-rw-r--r-- | audio/squeezeboxserver/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/mserv-irman/Makefile b/audio/mserv-irman/Makefile index 10412a04f37..85391831512 100644 --- a/audio/mserv-irman/Makefile +++ b/audio/mserv-irman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/06/12 10:48:23 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/07/12 18:56:06 wiz Exp $ # DISTNAME= mserv-irman-0.21 @@ -16,7 +16,7 @@ SUPERSEDES= mserv_irman-[0-9]* DEPENDS+= mserv-[0-9]*:../../audio/mserv DEPENDS+= libirman>=0.4.1.2nb3:../../sysutils/libirman -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes DEPENDS+= p5-Config-IniFiles-[0-9]*:../../devel/p5-Config-IniFiles USE_TOOLS+= perl:run diff --git a/audio/p5-MP3-Tag/Makefile b/audio/p5-MP3-Tag/Makefile index 88660bd171f..9846b9f83c3 100644 --- a/audio/p5-MP3-Tag/Makefile +++ b/audio/p5-MP3-Tag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/06/12 10:48:24 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2015/07/12 18:56:06 wiz Exp $ DISTNAME= MP3-Tag-1.13 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/MP3-Tag/ COMMENT= This is a perl module to read/write tags of mp3-files LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress #Compress::Zlib>=0 +#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress #Compress::Zlib>=0 PERL5_PACKLIST= auto/MP3/Tag/.packlist diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile index 066b8b252b3..f60a04116a3 100644 --- a/audio/squeezeboxserver/Makefile +++ b/audio/squeezeboxserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:48:25 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/07/12 18:56:07 wiz Exp $ # To the poor soul who wants to update this package: # @@ -78,7 +78,7 @@ DEPENDS+= faad2-[0-9]*:../../audio/faad2 # Perl modules with native code DEPENDS+= p5-Audio-Scan>=0.84:../../audio/p5-Audio-Scan DEPENDS+= p5-Class-XSAccessor>=1.05:../../devel/p5-Class-XSAccessor -DEPENDS+= {perl>=5.10.0,p5-Compress-Raw-Zlib-[0-9]*}:../../devel/p5-Compress-Raw-Zlib +#DEPENDS+= {perl>=5.10.0,p5-Compress-Raw-Zlib-[0-9]*}:../../devel/p5-Compress-Raw-Zlib DEPENDS+= p5-DBD-mysql>=3.0002:../../databases/p5-DBD-mysql DEPENDS+= p5-DBI>=1.608:../../databases/p5-DBI DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 |