aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Class-Schema-Loader
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2014-11-23 03:13:49 +0800
committercrees <crees@FreeBSD.org>2014-11-23 03:13:49 +0800
commitb4e6546b7ffb37f328f75bc97440e5a8a8d0f784 (patch)
tree5c142b51c330f8fe0f5271fcacdfe9f4e7108bf6 /databases/p5-DBIx-Class-Schema-Loader
parent5633f84cad98596b8ba006eac0fd202b86f9179c (diff)
downloadfreebsd-ports-gnome-b4e6546b7ffb37f328f75bc97440e5a8a8d0f784.tar.gz
freebsd-ports-gnome-b4e6546b7ffb37f328f75bc97440e5a8a8d0f784.tar.zst
freebsd-ports-gnome-b4e6546b7ffb37f328f75bc97440e5a8a8d0f784.zip
Switch to USES=pgsql
Diffstat (limited to 'databases/p5-DBIx-Class-Schema-Loader')
-rw-r--r--databases/p5-DBIx-Class-Schema-Loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBIx-Class-Schema-Loader/Makefile b/databases/p5-DBIx-Class-Schema-Loader/Makefile
index 04aa4c67fc03..5e772b4211f7 100644
--- a/databases/p5-DBIx-Class-Schema-Loader/Makefile
+++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile
@@ -52,7 +52,7 @@ USE_PERL5= configure
MYSQL_USE= MYSQL=yes
ORACLE_BUILD_DEPENDS= p5-DBD-Oracle>=0.19:${PORTSDIR}/databases/p5-DBD-Oracle
ORACLE_RUN_DEPENDS= p5-DBD-Oracle>=0.19:${PORTSDIR}/databases/p5-DBD-Oracle
-PGSQL_USE= PGSQL=yes
+PGSQL_USES= pgsql
SQLITE_USE= SQLITE=yes
.include <bsd.port.mk>