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-mysql | |
parent | e9b154deef279bcbc1e118dccf671724bf8f652c (diff) | |
download | freebsd-ports-graphics-fa2e68cfe758b0d57a200b3c2e9ebf1e8adecb7e.tar.gz freebsd-ports-graphics-fa2e68cfe758b0d57a200b3c2e9ebf1e8adecb7e.tar.zst freebsd-ports-graphics-fa2e68cfe758b0d57a200b3c2e9ebf1e8adecb7e.zip |
As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.
Diffstat (limited to 'databases/p5-DBD-mysql')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index 0b51d4b39e6..e70f1feb206 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -18,7 +18,7 @@ COMMENT?= MySQL driver for the Perl5 Database Interface (DBI) BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${BUILD_DEPENDS} -CONFLICTS?= p5-Mysql-modules-[0-9]* p5-DBD-mysql4[0-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[45][0-9]-[0-9]* USE_MYSQL= yes |