svn commit: r508002 - head/graphics/py-gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 3 20:55:31 UTC 2019


Author: sunpoet
Date: Sat Aug  3 20:55:30 2019
New Revision: 508002
URL: https://svnweb.freebsd.org/changeset/ports/508002

Log:
  Use PYNUMPY

Modified:
  head/graphics/py-gdal/Makefile

Modified: head/graphics/py-gdal/Makefile
==============================================================================
--- head/graphics/py-gdal/Makefile	Sat Aug  3 20:55:25 2019	(r508001)
+++ head/graphics/py-gdal/Makefile	Sat Aug  3 20:55:30 2019	(r508002)
@@ -28,8 +28,8 @@ WRKSRC_SUBDIR=	swig/python
 
 SHEBANG_FILES=	scripts/*.py
 
-NUMPY_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${PY_FLAVOR}
-NUMPY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${PY_FLAVOR}
+NUMPY_BUILD_DEPENDS=	${PYNUMPY}
+NUMPY_RUN_DEPENDS=	${PYNUMPY}
 NUMPY_USES=		fortran
 
 post-install:


More information about the svn-ports-head mailing list