diff options
author | obache <obache> | 2013-09-19 09:41:25 +0000 |
---|---|---|
committer | obache <obache> | 2013-09-19 09:41:25 +0000 |
commit | 53019a4e52df815b0a196400809f798503a14a29 (patch) | |
tree | 60d43a555b563644f5619095adb06c18bb222dc8 /net | |
parent | 9f9394eea2379d920db806ec4d352e39a39775eb (diff) | |
download | pkgsrc-53019a4e52df815b0a196400809f798503a14a29.tar.gz |
Add CONFLICTS with p5-SOAP-Lite>=1.0, mergeed back.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-SOAP-Transport-TCP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-SOAP-Transport-TCP/Makefile b/net/p5-SOAP-Transport-TCP/Makefile index 59e82db654e..ebd8e88c00c 100644 --- a/net/p5-SOAP-Transport-TCP/Makefile +++ b/net/p5-SOAP-Transport-TCP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/05/31 12:41:42 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2013/09/19 09:41:25 obache Exp $ # DISTNAME= SOAP-Transport-TCP-0.715 @@ -13,6 +13,7 @@ COMMENT= TCP transport layer for SOAP::Lite LICENSE= artistic CONFLICTS+= p5-SOAP-Lite<0.714 +CONFLICTS+= p5-SOAP-Lite>=1.0 DEPENDS+= p5-SOAP-Lite>=0.714:../../net/p5-SOAP-Lite PERL5_MODULE_TYPE= Module::Build |