diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-29 12:58:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-29 12:58:43 +0800 |
commit | 2d0eb2b12abd323178c3523d35c6a1787cf0735c (patch) | |
tree | 54d91068da71cd7885363136f21c9960b89d635b /databases | |
parent | 5440eb492dec0aaf44e0c85cc68cf8758a9114b4 (diff) | |
download | freebsd-ports-gnome-2d0eb2b12abd323178c3523d35c6a1787cf0735c.tar.gz freebsd-ports-gnome-2d0eb2b12abd323178c3523d35c6a1787cf0735c.tar.zst freebsd-ports-gnome-2d0eb2b12abd323178c3523d35c6a1787cf0735c.zip |
- Cleanup CONFLICTS
- Use CONFLICTS_INSTALL instead of CONFLICTS
Diffstat (limited to 'databases')
-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 ebf5e84ffa32..a8b3dcc84e37 100644 --- a/databases/p5-DBD-mysql51/Makefile +++ b/databases/p5-DBD-mysql51/Makefile @@ -5,7 +5,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]* +CONFLICTS_INSTALL= p5-DBD-mysql-[0-9]* p5-DBD-mysql5[02-9]-[0-9]* WANT_MYSQL_VER= 51 |