aboutsummaryrefslogtreecommitdiff
path: root/www/MT
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2011-12-21 13:39:29 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2011-12-21 13:39:29 +0000
commit6d6d26ba0fea568779f3790013527a9eab0b6556 (patch)
tree8957117dd8e3c3d70b32b82fc652de858f5305c3 /www/MT
parentceaf8c811f5ffe71b0c7f8647184d61b0697bdd2 (diff)
downloadports-6d6d26ba0fea568779f3790013527a9eab0b6556.tar.gz
ports-6d6d26ba0fea568779f3790013527a9eab0b6556.zip
Notes
Diffstat (limited to 'www/MT')
-rw-r--r--www/MT/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile
index c9aa993b720a..3fade6fd32bb 100644
--- a/www/MT/Makefile
+++ b/www/MT/Makefile
@@ -11,7 +11,7 @@ CATEGORIES?= www
MASTER_SITES?= http://movabletype.org/downloads/stable/
DISTNAME?= MTOS-${PORTVERSION}-en
-MAINTAINER= takefu@airport.fm
+MAINTAINER?= takefu@airport.fm
COMMENT?= A web-based personal publishing system for weblogs
CONFLICTS?= de-MT-[2-5].* fr-MT-[2-5].* ja-MT-[2-5].* ru-MT-[2-5].*
@@ -42,7 +42,7 @@ CGIDIR= www/cgi-bin/mt
.if defined(WITH_MYSQL)
DB_DIR?= ${BASEDIR}/var/db/mysql/blog
-RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
+RUN_DEPENDS+= p5-DBD-mysql${MYSQL_VER}>=1:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER}
USE_MYSQL= yes
.else
DB_DIR?= ${PREFIX}/${CGIDIR}/db