svn commit: r355610 - head/databases/postgis20

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


Author: bapt
Date: Wed May 28 11:43:59 2014
New Revision: 355610
URL: http://svnweb.freebsd.org/changeset/ports/355610
QAT: https://qat.redports.org/buildarchive/r355610/

Log:
  Fix dependency

Modified:
  head/databases/postgis20/Makefile

Modified: head/databases/postgis20/Makefile
==============================================================================
--- head/databases/postgis20/Makefile	Wed May 28 11:39:54 2014	(r355609)
+++ head/databases/postgis20/Makefile	Wed May 28 11:43:59 2014	(r355610)
@@ -15,7 +15,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.1.*
 


More information about the svn-ports-head mailing list