diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-29 12:58:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-29 12:58:00 +0800 |
commit | 5440eb492dec0aaf44e0c85cc68cf8758a9114b4 (patch) | |
tree | 3d8af91be9ac9d0966cb9d99b8c17f4420c6cae9 /databases | |
parent | cd1ca9795eb5b7724bfc0b1b94051298508552cd (diff) | |
download | freebsd-ports-gnome-5440eb492dec0aaf44e0c85cc68cf8758a9114b4.tar.gz freebsd-ports-gnome-5440eb492dec0aaf44e0c85cc68cf8758a9114b4.tar.zst freebsd-ports-gnome-5440eb492dec0aaf44e0c85cc68cf8758a9114b4.zip |
- Cleanup CONFLICTS_INSTALL
Diffstat (limited to 'databases')
-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 a943b7540ba0..6196943c3014 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= p5-DBI>=1.08:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep -CONFLICTS_INSTALL?= p5-Mysql-modules-[0-9]* p5-DBD-mysql[45][0-9]-[0-9]* +CONFLICTS_INSTALL?= p5-DBD-mysql[45][0-9]-[0-9]* USE_MYSQL= yes USE_PERL5= configure |