Date: Mon, 24 Nov 2014 18:30:03 +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: r373303 - head/graphics/py-gdal Message-ID: <201411241830.sAOIU3NS001577@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411241830.sAOIU3NS001577>