diff options
author | wiz <wiz> | 2016-12-01 14:48:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-12-01 14:48:02 +0000 |
commit | 977abdadc6d0911ba118d42578a3a75aae7e05de (patch) | |
tree | 3a206a15f9a339017e2d7b26b43c91f75c266d69 /www/p5-URI | |
parent | 388eef4544309783d463846a0fe609e5f0efbb3a (diff) | |
download | pkgsrc-977abdadc6d0911ba118d42578a3a75aae7e05de.tar.gz |
Fix weird CONFLICTS line.
Diffstat (limited to 'www/p5-URI')
-rw-r--r-- | www/p5-URI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index c59db2bcc4b..1446b1f8b02 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2016/06/08 19:25:17 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2016/12/01 14:48:02 wiz Exp $ DISTNAME= URI-1.71 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= ${PERL5_LICENSE} # recommended DEPENDS+= p5-Business-ISBN-[0-9]*:../../misc/p5-Business-ISBN -CONFLICTS+= p5-libwww-5.36{,nb*} # URI used to be part of that package +CONFLICTS+= p5-libwww>=5.36<5.37 # URI used to be part of that package USE_LANGUAGES= # empty PERL5_PACKLIST= auto/URI/.packlist |