diff options
author | lbr <lbr@FreeBSD.org> | 2007-05-31 00:27:43 +0800 |
---|---|---|
committer | lbr <lbr@FreeBSD.org> | 2007-05-31 00:27:43 +0800 |
commit | c6f1520970791f2d1a93af7baa2b13c5f4bd71b8 (patch) | |
tree | ae4fa547e22d94c1a24bf9ef2329c6d2763e2c88 /net | |
parent | 6c0dc3398cf8ede0974b43f11398fada92f25bc9 (diff) | |
download | freebsd-ports-graphics-c6f1520970791f2d1a93af7baa2b13c5f4bd71b8.tar.gz freebsd-ports-graphics-c6f1520970791f2d1a93af7baa2b13c5f4bd71b8.tar.zst freebsd-ports-graphics-c6f1520970791f2d1a93af7baa2b13c5f4bd71b8.zip |
Need CONFLICTS for p5-SOAP-Lite-060
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 8b4e3b245ce..5a699e7792b 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -24,6 +24,8 @@ 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* + PERL_CONFIGURE= yes CONFIGURE_ARGS+= --noprompt INSTALL_TARGET= pure_install |