svn commit: r373303 - head/graphics/py-gdal
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Nov 24 18:30:03 UTC 2014
Author: sunpoet
Date: Mon Nov 24 18:30:02 2014
New Revision: 373303
URL: https://svnweb.freebsd.org/changeset/ports/373303
QAT: https://qat.redports.org/buildarchive/r373303/
Log:
- Fix numpy import
PR: ports/195221
Submitted by: Matthieu Volat <mazhe at alkumuna.eu>
Modified:
head/graphics/py-gdal/Makefile
Modified: head/graphics/py-gdal/Makefile
==============================================================================
--- head/graphics/py-gdal/Makefile Mon Nov 24 18:29:58 2014 (r373302)
+++ head/graphics/py-gdal/Makefile Mon Nov 24 18:30:02 2014 (r373303)
@@ -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/
More information about the svn-ports-head
mailing list