svn commit: r355605 - head/databases/pgsphere

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


Author: bapt
Date: Wed May 28 11:35:34 2014
New Revision: 355605
URL: http://svnweb.freebsd.org/changeset/ports/355605
QAT: https://qat.redports.org/buildarchive/r355605/

Log:
  Convert to USES=pgsql

Modified:
  head/databases/pgsphere/Makefile

Modified: head/databases/pgsphere/Makefile
==============================================================================
--- head/databases/pgsphere/Makefile	Wed May 28 11:34:51 2014	(r355604)
+++ head/databases/pgsphere/Makefile	Wed May 28 11:35:34 2014	(r355605)
@@ -17,8 +17,7 @@ OPTIONS_DEFINE=	DOCS
 
 MAKE_ARGS=	PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 docdir=${DOCSDIR}
 USE_LDCONFIG=	yes
-USE_PGSQL=	yes
-USES=		gmake
+USES=		gmake pgsql
 
 DATADIR=	${PREFIX}/share/postgresql
 DOCSDIR?=	${PREFIX}/share/doc/postgresql


More information about the svn-ports-head mailing list