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