aboutsummaryrefslogtreecommitdiffstats
path: root/databases/innotop
diff options
context:
space:
mode:
authorskreuzer <skreuzer@FreeBSD.org>2011-10-26 23:35:48 +0800
committerskreuzer <skreuzer@FreeBSD.org>2011-10-26 23:35:48 +0800
commita689b51eaf09e49faa511cf1b56fd02358c79014 (patch)
tree281266c121fe0d45a9dd6e6ba44c2dcb18d1d5dc /databases/innotop
parent107ed4d880aca2f74ff5d0c076d758f02ac54edd (diff)
downloadfreebsd-ports-gnome-a689b51eaf09e49faa511cf1b56fd02358c79014.tar.gz
freebsd-ports-gnome-a689b51eaf09e49faa511cf1b56fd02358c79014.tar.zst
freebsd-ports-gnome-a689b51eaf09e49faa511cf1b56fd02358c79014.zip
Set USE_MYSQL=yes
Remove direct dependancy on p5-DBD-mysql which causes problems when using WITH_MYSQL_VER=52 Submitted by: Valentin Zahariev <curly@e-card.bg>
Diffstat (limited to 'databases/innotop')
-rw-r--r--databases/innotop/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/innotop/Makefile b/databases/innotop/Makefile
index f122e51d302e..f0c270916c85 100644
--- a/databases/innotop/Makefile
+++ b/databases/innotop/Makefile
@@ -7,7 +7,7 @@
PORTNAME= innotop
PORTVERSION= 1.8.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE
@@ -17,10 +17,12 @@ COMMENT= A MySQL and InnoDB monitoring program
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= p5-DBD-mysql>=1:${PORTSDIR}/databases/p5-DBD-mysql \
+USE_MYSQL= yes
+
+BUILD_DEPENDS= p5-DBD-mysql${MYSQL_VER}>=1:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} \
p5-DBI>=1.130:${PORTSDIR}/databases/p5-DBI \
p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey
-RUN_DEPENDS= p5-DBD-mysql>=1:${PORTSDIR}/databases/p5-DBD-mysql \
+RUN_DEPENDS= p5-DBD-mysql${MYSQL_VER}>=1:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} \
p5-DBI>=1.130:${PORTSDIR}/databases/p5-DBI \
p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey