diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-29 22:25:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-29 22:25:17 +0000 |
commit | bafa80084e4c70113da7bcc582f59aa2775dd91a (patch) | |
tree | 90b64a799019750f0b4aa1eac8198a4a3a63d554 /lang/perl5 | |
parent | a4f1140d31a96c84d8cd73f37918a166fa25c721 (diff) | |
download | pkgsrc-bafa80084e4c70113da7bcc582f59aa2775dd91a.tar.gz |
Fix some patterns (hint: do not mix {} and <>
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 6f772e14500..221c85c6385 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.167 2010/12/26 12:16:06 adam Exp $ +# $NetBSD: Makefile,v 1.168 2010/12/29 22:25:17 wiz Exp $ .include "license.mk" .include "Makefile.common" @@ -12,16 +12,16 @@ CONFLICTS= perl-base-[0-9]* perl-thread-[0-9]* \ p5-CGI-2.66{,nb*} p5-CGI-2.75{,nb*} p5-CGI-2.75.[0-2] \ p5-Tie-File-0.96{,nb*} \ p5-Memoize-1.01{,nb*} \ - p5-I18N-LangTags<0.35{,nb*} \ + p5-I18N-LangTags<0.35 \ p5-Locale-Maketext-1.[0-9]*{,nb*} \ - p5-Locale-Maketext-Simple<0.21{,nb*} \ - p5-Digest<=1.16{,nb*} \ - p5-Digest-MD5<=2.39{,nb*} \ + p5-Locale-Maketext-Simple<0.21 \ + p5-Digest<=1.16 \ + p5-Digest-MD5<=2.39 \ p5-Digest-SHA<2.48 SUPERSEDES+= p5-Tie-File<0.97 SUPERSEDES+= p5-Memoize<1.02 -SUPERSEDES+= p5-I18N-LangTags<=0.35{,nb*} +SUPERSEDES+= p5-I18N-LangTags<=0.35 SUPERSEDES+= p5-Locale-Maketext<=1.15 .include "../../mk/bsd.prefs.mk" |