diff options
author | demon <demon@FreeBSD.org> | 2006-12-24 00:08:16 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2006-12-24 00:08:16 +0800 |
commit | 64d7f0877ee095d2a3ab3924405d404a1384fd5b (patch) | |
tree | 6d50dd4c7ae67e583cb180240485851e3d21b1cc /net | |
parent | f63dd5dd2fdf78d5cc926953b81ca8f3a340fbc8 (diff) | |
download | freebsd-ports-gnome-64d7f0877ee095d2a3ab3924405d404a1384fd5b.tar.gz freebsd-ports-gnome-64d7f0877ee095d2a3ab3924405d404a1384fd5b.tar.zst freebsd-ports-gnome-64d7f0877ee095d2a3ab3924405d404a1384fd5b.zip |
Register conflict with p5-Net-Z3950-ZOOM.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Z3950/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-Z3950/Makefile b/net/p5-Net-Z3950/Makefile index 370afc0b88f1..d3875df31b22 100644 --- a/net/p5-Net-Z3950/Makefile +++ b/net/p5-Net-Z3950/Makefile @@ -27,10 +27,12 @@ MAN3= Net::Z3950::ResultSet.3 Net::Z3950::Manager.3 \ Net::Z3950::Connection.3 Net::Z3950::APDU.3 Net::Z3950.3 \ Net::Z3950::ScanSet.3 +CONFLICTS= p5-Net-Z3950-ZOOM-[0-9]* + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= Requires perl version 5.6.0 or above +IGNORE= requires perl version 5.6.0 or above .endif .include <bsd.port.post.mk> |