aboutsummaryrefslogtreecommitdiff
path: root/databases/innotop
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2011-10-26 15:35:48 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2011-10-26 15:35:48 +0000
commit7f62556a4cc121d318cea6330394edc64260bec1 (patch)
tree1d171591d98fc51dd59f45825a0a3fe38131a646 /databases/innotop
parentd95cdefe12d038654d6ee7e1b123fb3268e6efb6 (diff)
downloadports-7f62556a4cc121d318cea6330394edc64260bec1.tar.gz
ports-7f62556a4cc121d318cea6330394edc64260bec1.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>
Notes
Notes: svn path=/head/; revision=284375
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