diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-11-24 18:30:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-11-24 18:30:02 +0000 |
commit | c19a10337fd296d2e6df82ce7836638ae82206d2 (patch) | |
tree | bf6c44e49d9d4f106a85bce0a4f1433fe3deb4f9 /graphics/py-gdal | |
parent | a0748d649bef85812e9cf36eb0da02e58d74c09c (diff) | |
download | ports-c19a10337fd296d2e6df82ce7836638ae82206d2.tar.gz ports-c19a10337fd296d2e6df82ce7836638ae82206d2.zip |
Notes
Diffstat (limited to 'graphics/py-gdal')
-rw-r--r-- | graphics/py-gdal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile index aa43ac64f78e..d019481c9d82 100644 --- a/graphics/py-gdal/Makefile +++ b/graphics/py-gdal/Makefile @@ -30,6 +30,7 @@ python_CMD= ${PYTHON_CMD} NUMPY_BUILD_DEPENDS= ${PKGNAMEPREFIX}numpy>=1.0.0:${PORTSDIR}/math/py-numpy NUMPY_RUN_DEPENDS= ${PKGNAMEPREFIX}numpy>=1.0.0:${PORTSDIR}/math/py-numpy +NUMPY_USES= fortran post-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.py ${STAGEDIR}${PREFIX}/bin/ |