svn commit: r355483 - head/databases/luadbi
Baptiste Daroussin
bapt at FreeBSD.org
Tue May 27 10:43:50 UTC 2014
Author: bapt
Date: Tue May 27 10:43:49 2014
New Revision: 355483
URL: http://svnweb.freebsd.org/changeset/ports/355483
QAT: https://qat.redports.org/buildarchive/r355483/
Log:
Convert to USES=pgsql
Modified:
head/databases/luadbi/Makefile
Modified: head/databases/luadbi/Makefile
==============================================================================
--- head/databases/luadbi/Makefile Tue May 27 10:42:11 2014 (r355482)
+++ head/databases/luadbi/Makefile Tue May 27 10:43:49 2014 (r355483)
@@ -44,7 +44,7 @@ PLIST_FILES+= %%LUA_MODLIBDIR%%/dbdsqlit
.endif
.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
+USES+= pgsql
ALL_TARGET+= psql
PLIST_FILES+= %%LUA_MODLIBDIR%%/dbdpostgresql.so
.endif
More information about the svn-ports-head
mailing list