svn commit: r356450 - head/databases/postgis21

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 4 09:23:09 UTC 2014


Author: bapt
Date: Wed Jun  4 09:23:09 2014
New Revision: 356450
URL: http://svnweb.freebsd.org/changeset/ports/356450
QAT: https://qat.redports.org/buildarchive/r356450/

Log:
  Fix dependency after switch to USES=pgsql

Modified:
  head/databases/postgis21/Makefile

Modified: head/databases/postgis21/Makefile
==============================================================================
--- head/databases/postgis21/Makefile	Wed Jun  4 09:18:44 2014	(r356449)
+++ head/databases/postgis21/Makefile	Wed Jun  4 09:23:09 2014	(r356450)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libproj.so:${PORTSDIR}/graphics/proj \
 		libgeos.so:${PORTSDIR}/graphics/geos \
 		libjson.so:${PORTSDIR}/devel/json-c
-RUN_DEPENDS=	postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
+RUN_DEPENDS=	postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER_NODOT}-server
 
 CONFLICTS=	postgis-1.* postgis-2.0.*
 LATEST_LINK=	postgis21


More information about the svn-ports-head mailing list