diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-07-26 08:38:03 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-07-26 08:38:03 +0000 |
commit | 53bc007260ccf92cf943117e698b90473974f84d (patch) | |
tree | 2f16572b7239822561aea1213ccfa0c90f1a67f7 /databases | |
parent | 2c7da133d634df9ae525e44d461dd95d9d457525 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-mysql40/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-mysql41/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-mysql50/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-mysql51/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index accff123e9e0..ca6c584afe55 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]* +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]* USE_MYSQL= yes diff --git a/databases/p5-DBD-mysql40/Makefile b/databases/p5-DBD-mysql40/Makefile index 031f2f6cea6f..11dd5d736224 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]* +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]* WANT_MYSQL_VER= 40 diff --git a/databases/p5-DBD-mysql41/Makefile b/databases/p5-DBD-mysql41/Makefile index 70fde263fb7c..31d1b29bd729 100644 --- a/databases/p5-DBD-mysql41/Makefile +++ b/databases/p5-DBD-mysql41/Makefile @@ -9,7 +9,7 @@ PKGNAMESUFFIX= 41 COMMENT= MySQL 4.1 driver for the Perl5 Database Interface (DBI) -CONFLICTS= p5-Mysql-modules-[0-9]* p5-DBD-mysql-[0-9]* p5-DBD-mysql4[02-9]-[0-9]* p5-DBD-mysql5[0-9]-[0-9]* +CONFLICTS= p5-Mysql-modules-[0-9]* p5-DBD-mysql-[0-9]* p5-DBD-mysql4[02-9]-[0-9]* p5-DBD-mysql5[0-9]-[0-9]* p5-DBD-mysql6[0-9]-[0-9]* WANT_MYSQL_VER= 41 diff --git a/databases/p5-DBD-mysql50/Makefile b/databases/p5-DBD-mysql50/Makefile index ba07f0992182..5e2709070132 100644 --- a/databases/p5-DBD-mysql50/Makefile +++ b/databases/p5-DBD-mysql50/Makefile @@ -9,7 +9,7 @@ PKGNAMESUFFIX= 50 COMMENT= MySQL 5.0 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[1-9]-[0-9]* +CONFLICTS= p5-Mysql-modules-[0-9]* p5-DBD-mysql-[0-9]* p5-DBD-mysql4[0-9]-[0-9]* p5-DBD-mysql5[1-9]-[0-9]* p5-DBD-mysql6[0-9]-[0-9]* WANT_MYSQL_VER= 50 diff --git a/databases/p5-DBD-mysql51/Makefile b/databases/p5-DBD-mysql51/Makefile index 1a454c065b56..43e188aded27 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-mysql50-[0-9]* +CONFLICTS= p5-Mysql-modules-[0-9]* p5-DBD-mysql-[0-9]* p5-DBD-mysql4[0-9]-[0-9]* p5-DBD-mysql50-[0-9]* p5-DBD-mysql6[0-9]-[0-9]* WANT_MYSQL_VER= 51 |