Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2018 21:53:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479708 - head/graphics/py-cartopy
Message-ID:  <201809132153.w8DLrEZk081763@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 13 21:53:13 2018
New Revision: 479708
URL: https://svnweb.freebsd.org/changeset/ports/479708

Log:
  Fix typo

Modified:
  head/graphics/py-cartopy/Makefile

Modified: head/graphics/py-cartopy/Makefile
==============================================================================
--- head/graphics/py-cartopy/Makefile	Thu Sep 13 21:53:09 2018	(r479707)
+++ head/graphics/py-cartopy/Makefile	Thu Sep 13 21:53:13 2018	(r479708)
@@ -14,7 +14,7 @@ COMMENT=	Cartographic library with Matplotlib support 
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
-BUILD_DEPENDS=	geos>-3.3.3:graphics/geos \
+BUILD_DEPENDS=	geos>=3.3.3:graphics/geos \
 		proj>=4.9.0:graphics/proj \
 		${PYNUMPY}
 LIB_DEPENDS=	libgeos.so:graphics/geos \



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