aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-27 18:43:49 +0800
committerbapt <bapt@FreeBSD.org>2014-05-27 18:43:49 +0800
commit2c2a61437c03be8f7df8d0dff79e7f8ad54cf27c (patch)
tree54b3f1ae1862684e74c4d5761362aecebd1a8eb3 /databases
parentaad2583ba27bbcbaac2f67ad81ee672d1f7325b7 (diff)
downloadfreebsd-ports-gnome-2c2a61437c03be8f7df8d0dff79e7f8ad54cf27c.tar.gz
freebsd-ports-gnome-2c2a61437c03be8f7df8d0dff79e7f8ad54cf27c.tar.zst
freebsd-ports-gnome-2c2a61437c03be8f7df8d0dff79e7f8ad54cf27c.zip
Convert to USES=pgsql
Diffstat (limited to 'databases')
-rw-r--r--databases/luadbi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/luadbi/Makefile b/databases/luadbi/Makefile
index 347e2ba0951f..b466aac4fad8 100644
--- a/databases/luadbi/Makefile
+++ b/databases/luadbi/Makefile
@@ -44,7 +44,7 @@ PLIST_FILES+= %%LUA_MODLIBDIR%%/dbdsqlite3.so
.endif
.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
+USES+= pgsql
ALL_TARGET+= psql
PLIST_FILES+= %%LUA_MODLIBDIR%%/dbdpostgresql.so
.endif