summaryrefslogtreecommitdiff
path: root/databases/percona55-server
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-08-18 21:57:18 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-08-18 21:57:18 +0000
commit77ab88f1e18f1f2d7261a6f6dd0546ea90b5f596 (patch)
treeaeb9c73c3b9502979acb625ae38e9eb4785f2e22 /databases/percona55-server
parentAdd WWW tag to pkg-descr (diff)
Add dependency to p5-Mysql for the server part. mysql_convert_table_format,
mysql_setpermission and mysqlhotcopy need the perl module.
Notes
Notes: svn path=/head/; revision=46446
Diffstat (limited to 'databases/percona55-server')
-rw-r--r--databases/percona55-server/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/percona55-server/Makefile b/databases/percona55-server/Makefile
index 7135802aa5da..ec03a4d9656a 100644
--- a/databases/percona55-server/Makefile
+++ b/databases/percona55-server/Makefile
@@ -7,6 +7,7 @@
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.41
+PORTREVISION?= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \
@@ -61,7 +62,8 @@ CXXFLAGS+= -fno-exceptions
# MySQL-Server part
.if !defined(CLIENT_ONLY)
-RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
+RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql
PLIST_SUB= MYSQL_VERSION=${PORTVERSION}