diff options
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 2 | ||||
-rw-r--r-- | net/p5-SOAP/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 5a3bd0b901af..75f583a59bcb 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser BUILD_DEPENDS= ${RUN_DEPENDS} -CONFLICTS= p5-SOAP-Lite-0.60* +CONFLICTS= p5-SOAP-Lite-0.60* p5-SOAP-[0-9]* PERL_CONFIGURE= yes CONFIGURE_ARGS+= --noprompt diff --git a/net/p5-SOAP/Makefile b/net/p5-SOAP/Makefile index c09ac117e329..16d5919dab1b 100644 --- a/net/p5-SOAP/Makefile +++ b/net/p5-SOAP/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-X ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} +CONFLICTS= p5-SOAP-Lite-[0-9]* + PERL_CONFIGURE= yes MAN3= SOAP.3 SOAP::SimpleTypeWrapper.3 SOAP::Parser.3 \ |