svn commit: r355609 - head/databases/postgresql-pllua

Baptiste Daroussin bapt at FreeBSD.org
Wed May 28 11:39:54 UTC 2014


Author: bapt
Date: Wed May 28 11:39:54 2014
New Revision: 355609
URL: http://svnweb.freebsd.org/changeset/ports/355609
QAT: https://qat.redports.org/buildarchive/r355609/

Log:
  Convert to USES=pgsql

Modified:
  head/databases/postgresql-pllua/Makefile

Modified: head/databases/postgresql-pllua/Makefile
==============================================================================
--- head/databases/postgresql-pllua/Makefile	Wed May 28 11:38:54 2014	(r355608)
+++ head/databases/postgresql-pllua/Makefile	Wed May 28 11:39:54 2014	(r355609)
@@ -10,9 +10,7 @@ PKGNAMEPREFIX=	postgresql-
 MAINTAINER=	sunghyuk at gmail.com
 COMMENT=	PL/Lua procedural language for PostgreSQL database
 
-USES=		gmake lua
-USE_PGSQL=	yes
-WANT_PGSQL_VER=	91-
+USES=		gmake lua pgsql:91-
 INSTALL_TARGET=	install-strip
 
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list