diff options
author | ale <ale@FreeBSD.org> | 2010-01-11 19:58:42 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-01-11 19:58:42 +0800 |
commit | fa2e68cfe758b0d57a200b3c2e9ebf1e8adecb7e (patch) | |
tree | 92b9b83f80f9a2855dcf53f47b6969b1544d4e0d /databases/p5-DBD-mysql40 | |
parent | e9b154deef279bcbc1e118dccf671724bf8f652c (diff) | |
download | freebsd-ports-gnome-fa2e68cfe758b0d57a200b3c2e9ebf1e8adecb7e.tar.gz freebsd-ports-gnome-fa2e68cfe758b0d57a200b3c2e9ebf1e8adecb7e.tar.zst freebsd-ports-gnome-fa2e68cfe758b0d57a200b3c2e9ebf1e8adecb7e.zip |
As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.
Diffstat (limited to 'databases/p5-DBD-mysql40')
-rw-r--r-- | databases/p5-DBD-mysql40/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBD-mysql40/Makefile b/databases/p5-DBD-mysql40/Makefile index 11dd5d736224..031f2f6cea6f 100644 --- a/databases/p5-DBD-mysql40/Makefile +++ b/databases/p5-DBD-mysql40/Makefile @@ -9,7 +9,7 @@ PKGNAMESUFFIX= 40 COMMENT= MySQL 4.0 driver for the Perl5 Database Interface (DBI) -CONFLICTS= p5-Mysql-modules-[0-9]* p5-DBD-mysql-[0-9]* p5-DBD-mysql4[1-9]-[0-9]* p5-DBD-mysql5[0-9]-[0-9]* p5-DBD-mysql6[0-9]-[0-9]* +CONFLICTS= p5-Mysql-modules-[0-9]* p5-DBD-mysql-[0-9]* p5-DBD-mysql4[1-9]-[0-9]* p5-DBD-mysql5[0-9]-[0-9]* WANT_MYSQL_VER= 40 |