svn commit: r479708 - head/graphics/py-cartopy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 13 21:53:14 UTC 2018


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 \


More information about the svn-ports-head mailing list