Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2014 11:44:00 +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: r355610 - head/databases/postgis20
Message-ID:  <201405281144.s4SBi0Mw019520@svn.freebsd.org>

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



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