Date: Sat, 3 Aug 2019 20:55:31 +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: r508002 - head/graphics/py-gdal Message-ID: <201908032055.x73KtV2q084235@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908032055.x73KtV2q084235>