svn commit: r381281 - head/science/py-scimath

Wen Heping wen at FreeBSD.org
Sat Mar 14 15:07:56 UTC 2015


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 at 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


More information about the svn-ports-head mailing list