diff options
author | grant <grant@pkgsrc.org> | 2004-01-06 04:26:53 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-06 04:26:53 +0000 |
commit | 7a5b0d2d7e21782a3f9c578434e5677b62f13bac (patch) | |
tree | 19fa2f1edef3c1a968c95886a123d069155084c0 /net/p5-SOAP-Lite | |
parent | e961ac9b163adbd0a0b4d5c22e3816d390b9bdf7 (diff) | |
download | pkgsrc-7a5b0d2d7e21782a3f9c578434e5677b62f13bac.tar.gz |
sort DEPENDS.
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 b8993b05515..90d75553960 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/06 01:06:43 grant Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/06 04:26:53 grant Exp $ # DISTNAME= SOAP-Lite-0.55 @@ -10,8 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://soaplite.com/ COMMENT= Perl5 module providing a lightweight interface to SOAP -DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI 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 USE_BUILDLINK2= YES |