diff options
author | flo <flo@FreeBSD.org> | 2012-12-29 03:03:02 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-12-29 03:03:02 +0800 |
commit | c6d75b07d57ca1a9ec4bc2fd41ebcc3381c23106 (patch) | |
tree | 309a4825eb9e77cca3e3ad19e04af83d38d50d6f /www/MT | |
parent | e8efba527efae192b65a164516a0da16b92f559b (diff) | |
download | freebsd-ports-gnome-c6d75b07d57ca1a9ec4bc2fd41ebcc3381c23106.tar.gz freebsd-ports-gnome-c6d75b07d57ca1a9ec4bc2fd41ebcc3381c23106.tar.zst freebsd-ports-gnome-c6d75b07d57ca1a9ec4bc2fd41ebcc3381c23106.zip |
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 'www/MT')
-rw-r--r-- | www/MT/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile index 650b4b18b52f..e6c233b0d19e 100644 --- a/www/MT/Makefile +++ b/www/MT/Makefile @@ -7,6 +7,7 @@ PORTNAME= MT PORTVERSION= 5.14 +PORTREVISION= 1 CATEGORIES?= www MASTER_SITES?= http://www.movabletype.org/downloads/stable/ DISTNAME?= MTOS-${PORTVERSION}-en @@ -42,7 +43,7 @@ CGIDIR= www/cgi-bin/mt .if defined(WITH_MYSQL) DB_DIR?= ${BASEDIR}/var/db/mysql/blog -RUN_DEPENDS+= p5-DBD-mysql${MYSQL_VER}>=1:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} +RUN_DEPENDS+= p5-DBD-mysql>=1:${PORTSDIR}/databases/p5-DBD-mysql USE_MYSQL= yes .else DB_DIR?= ${PREFIX}/${CGIDIR}/db |