summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-12-28 19:03:02 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-12-28 19:03:02 +0000
commit303e871aaadda6b73c9c9d573b11357160ece73c (patch)
tree309a4825eb9e77cca3e3ad19e04af83d38d50d6f /databases
parentVuXML: add entry for DoS in Squid's cachemgr.cgi (diff)
Convert the remaining ports that depend on databases/p5-DBD-mysql${MYSQL_VER}
to just depend on databases/p5-DBD-mysql as that will handle the MYSQL_VER magic. This is required as only databases/p5-DBD-mysql supports mariadb-client and the upcomming perconaXX-client. Approved by: portmgr (bapt) Initial patches by: pgollucci
Diffstat (limited to 'databases')
-rw-r--r--databases/innotop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/innotop/Makefile b/databases/innotop/Makefile
index f06187295427..0bc992b28133 100644
--- a/databases/innotop/Makefile
+++ b/databases/innotop/Makefile
@@ -16,10 +16,10 @@ COMMENT= A MySQL and InnoDB monitoring program
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= p5-DBD-mysql${MYSQL_VER}>=0:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} \
+BUILD_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \
p5-DBI>=1.46:${PORTSDIR}/databases/p5-DBI \
p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey
-RUN_DEPENDS= p5-DBD-mysql${MYSQL_VER}>=0:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} \
+RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \
p5-DBI>=1.46:${PORTSDIR}/databases/p5-DBI \
p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey