diff options
author | grant <grant> | 2004-01-06 04:26:53 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-06 04:26:53 +0000 |
commit | c5e13028850f3fe28d1d8e110426f64dcad16d30 (patch) | |
tree | 19fa2f1edef3c1a968c95886a123d069155084c0 /net | |
parent | f21e28a0a72cd7a5e65c8cf1c152cc68dcb0cd1e (diff) | |
download | pkgsrc-c5e13028850f3fe28d1d8e110426f64dcad16d30.tar.gz |
sort DEPENDS.
Diffstat (limited to 'net')
-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 |