svn commit: r355604 - head/databases/pgrouting

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


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


More information about the svn-ports-all mailing list