From e924e2d9ac4cd34109ecc8f1a5e3f8d3dea6a2a2 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 27 Sep 2001 04:51:45 +0000 Subject: [PATCH] Use a wildcard dependency instead of hard-coding one specific version. --- www/p5-URI/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index fd819b61fa3a..d4f037c83e33 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/05/14 13:30:54 zuntum Exp $ +# $NetBSD: Makefile,v 1.11 2001/09/27 04:51:45 jlam Exp $ # DISTNAME= URI-1.12 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} MAINTAINER= packages@netbsd.org COMMENT= Perl5 class to represent Uniform Resource Identifier (URI, RFC 2396) -BUILD_DEPENDS= p5-MIME-Base64-2.12:../../converters/p5-MIME-Base64 +BUILD_DEPENDS= p5-MIME-Base64>=2.12:../../converters/p5-MIME-Base64 CONFLICTS+= p5-libwww-5.36 # URI used to be part of that package