Date: Wed, 28 May 2014 11:39:54 +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: r355609 - head/databases/postgresql-pllua Message-ID: <201405281139.s4SBdsGl015835@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405281139.s4SBdsGl015835>