diff options
author | pi <pi@FreeBSD.org> | 2017-03-15 12:51:00 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-03-15 12:51:00 +0800 |
commit | 61a366b1ec3a8af535f630fcb7c999c336ac80a3 (patch) | |
tree | 222245a1d11122fc6639cadf1ae22e46ef2c3360 /databases | |
parent | 64e19cc658fce894a87a201dc961007b1ab5f696 (diff) | |
download | freebsd-ports-gnome-61a366b1ec3a8af535f630fcb7c999c336ac80a3.tar.gz freebsd-ports-gnome-61a366b1ec3a8af535f630fcb7c999c336ac80a3.tar.zst freebsd-ports-gnome-61a366b1ec3a8af535f630fcb7c999c336ac80a3.zip |
databases/luadbi: unbreak postgres case after tests
Submitted by: Michael Pfeiffer <michael.pfeiffer@eichenstein.de>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/luadbi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/luadbi/Makefile b/databases/luadbi/Makefile index 88453194523b..a958a6b476c4 100644 --- a/databases/luadbi/Makefile +++ b/databases/luadbi/Makefile @@ -51,7 +51,6 @@ SQLITE3_PLIST_FILES= %%LUA_MODLIBDIR%%/dbdsqlite3.so PGSQL_USES= pgsql PGSQL_ALL_TARGET= psql PGSQL_PLIST_FILES= %%LUA_MODLIBDIR%%/dbdpostgresql.so -PGSQL_BROKEN= Not tested do-install: @${MKDIR} ${STAGEDIR}${LUA_MODLIBDIR} |