aboutsummaryrefslogtreecommitdiffstats
path: root/www/MT
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-08-25 20:19:43 +0800
committerbapt <bapt@FreeBSD.org>2014-08-25 20:19:43 +0800
commit87aec91bd5446e77c5e90d85cdee7d3c53cdeaad (patch)
treeab9fc35c083927690b346175a37b069a1d344622 /www/MT
parent950a3aa9e52528f37bf649492bc98b1cf37acc09 (diff)
downloadfreebsd-ports-gnome-87aec91bd5446e77c5e90d85cdee7d3c53cdeaad.tar.gz
freebsd-ports-gnome-87aec91bd5446e77c5e90d85cdee7d3c53cdeaad.tar.zst
freebsd-ports-gnome-87aec91bd5446e77c5e90d85cdee7d3c53cdeaad.zip
Convert to USES=pgsql
Diffstat (limited to 'www/MT')
-rw-r--r--www/MT/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile
index 83a9cf238232..c6508498c951 100644
--- a/www/MT/Makefile
+++ b/www/MT/Makefile
@@ -101,7 +101,8 @@ DB_DIR?= ${BASEDIR}/var/db/mysql/WEBLOG_DATABASEDIR
RUN_DEPENDS+= p5-DBD-mysql>=2.9005:${PORTSDIR}/databases/p5-DBD-mysql
.endif
.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= server
+USES+= pgsql
+WANT_PGSQL= server
RUN_DEPENDS+= p5-DBD-Pg>=1.32:${PORTSDIR}/databases/p5-DBD-Pg
.endif
.if empty(PORT_OPTIONS:MPGSQL) && empty(PORT_OPTIONS:MMYSQL)