Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2014 09:23:09 +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: r356450 - head/databases/postgis21
Message-ID:  <201406040923.s549N94b089975@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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