Date: Sat, 14 Mar 2015 15:07:55 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381281 - head/science/py-scimath Message-ID: <201503141507.t2EF7t60018045@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Sat Mar 14 15:07:54 2015 New Revision: 381281 URL: https://svnweb.freebsd.org/changeset/ports/381281 QAT: https://qat.redports.org/buildarchive/r381281/ Log: - Unbreak PR: 197589 Submitted by: dgeo@centrale-marseille.fr Modified: head/science/py-scimath/Makefile Modified: head/science/py-scimath/Makefile ============================================================================== --- head/science/py-scimath/Makefile Sat Mar 14 14:58:03 2015 (r381280) +++ head/science/py-scimath/Makefile Sat Mar 14 15:07:54 2015 (r381281) @@ -14,9 +14,8 @@ COMMENT= Scientific and Mathematical cal LICENSE= BSD3CLAUSE LGPL3 LICENSE_COMB= dual -BROKEN= Fails to build - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=3.6.0:${PORTSDIR}/devel/py-traits +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=3.6.0:${PORTSDIR}/devel/py-traits \ + ${PYTHON_PKGNAMEPREFIX}numpy>=0:${PORTSDIR}/math/py-numpy RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503141507.t2EF7t60018045>