1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

Convert to USES=pgsql

This commit is contained in:
Baptiste Daroussin 2014-05-27 10:43:49 +00:00
parent 88a143795b
commit 00e545d283
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355483

View File

@ -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