diff options
author | wiz <wiz> | 2008-10-20 14:06:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-10-20 14:06:40 +0000 |
commit | c0e823507c198cbdfe65c56701fe080418896e2a (patch) | |
tree | d98300afe61048460115546a6ec1e45e080fe4a7 /net/p5-SOAP-Lite | |
parent | fad3b7117974ac30cdd163ce456a1aaf3f97d71f (diff) | |
download | pkgsrc-c0e823507c198cbdfe65c56701fe080418896e2a.tar.gz |
Accept perl-5.10 as p5-version. From dsainty.
Diffstat (limited to 'net/p5-SOAP-Lite')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index d43b4985abd..17d49e883ca 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/10/20 13:05:37 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2008/10/20 14:06:40 wiz Exp $ # DISTNAME= SOAP-Lite-0.710.08 @@ -15,7 +15,7 @@ COMMENT= Perl5 module providing a lightweight interface to SOAP DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser -DEPENDS+= p5-version-[0-9]*:../../devel/p5-version +DEPENDS+= {p5-version-[0-9]*,perl>=5.10.0}:../../devel/p5-version PKG_DESTDIR_SUPPORT= user-destdir |