aboutsummaryrefslogtreecommitdiff
path: root/databases/luadbi
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-27 10:43:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-27 10:43:49 +0000
commit00e545d2832b6bb03c3adce3d5d7e6f132d80cdc (patch)
tree54b3f1ae1862684e74c4d5761362aecebd1a8eb3 /databases/luadbi
parent88a143795b9227ef4773709a8e2372162c54a835 (diff)
downloadports-00e545d2832b6bb03c3adce3d5d7e6f132d80cdc.tar.gz
ports-00e545d2832b6bb03c3adce3d5d7e6f132d80cdc.zip
Convert to USES=pgsql
Notes
Notes: svn path=/head/; revision=355483
Diffstat (limited to 'databases/luadbi')
-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