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 | 895b7fb92a0ce37b23403fd5090270d3d812fb6a (patch) | |
tree | 19fa2f1edef3c1a968c95886a123d069155084c0 | |
parent | 0105e80db3ca88a49164b4b64cefdabbf9d94d2e (diff) | |
download | pkgsrc-895b7fb92a0ce37b23403fd5090270d3d812fb6a.tar.gz |
sort DEPENDS.
-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 |