Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2014 11:34:52 +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: r355604 - head/databases/pgrouting
Message-ID:  <201405281134.s4SBYqGC014758@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed May 28 11:34:51 2014
New Revision: 355604
URL: http://svnweb.freebsd.org/changeset/ports/355604
QAT: https://qat.redports.org/buildarchive/r355604/

Log:
  Convert to USES=pgsql

Modified:
  head/databases/pgrouting/Makefile

Modified: head/databases/pgrouting/Makefile
==============================================================================
--- head/databases/pgrouting/Makefile	Wed May 28 11:30:26 2014	(r355603)
+++ head/databases/pgrouting/Makefile	Wed May 28 11:34:51 2014	(r355604)
@@ -18,8 +18,7 @@ LIB_DEPENDS=	libboost_system.so:${PORTSD
 		libgmp.so:${PORTSDIR}/math/gmp
 RUN_DEPENDS=	${LOCALBASE}/share/postgresql/contrib/postgis-2.1/postgis.sql:${PORTSDIR}/databases/postgis21
 
-USES=		cmake pkgconfig
-USE_PGSQL=	yes
+USES=		cmake pgsql pkgconfig
 USE_LDCONFIG=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include



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