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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 28 12:54:31 UTC 2020


Author: sunpoet
Date: Sat Mar 28 12:54:23 2020
New Revision: 529418
URL: https://svnweb.freebsd.org/changeset/ports/529418

Log:
  Sort RUN_DEPENDS after r529063

Modified:
  head/graphics/py-cartopy/Makefile

Modified: head/graphics/py-cartopy/Makefile
==============================================================================
--- head/graphics/py-cartopy/Makefile	Sat Mar 28 12:54:18 2020	(r529417)
+++ head/graphics/py-cartopy/Makefile	Sat Mar 28 12:54:23 2020	(r529418)
@@ -40,7 +40,7 @@ OWS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}OWSLib>=0.8.11
 			${PY_PILLOW}
 PLOTTING_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gdal>=1.10.0:graphics/py-gdal@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.1:math/py-matplotlib@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}scipy>=0.10:science/py-scipy@${PY_FLAVOR} \
-			${PY_PILLOW}
+			${PY_PILLOW} \
+			${PYTHON_PKGNAMEPREFIX}scipy>=0.10:science/py-scipy@${PY_FLAVOR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list