Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2014 10:43:50 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355483 - head/databases/luadbi
Message-ID:  <201405271043.s4RAholi036345@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405271043.s4RAholi036345>