svn commit: r487360 - head/math/py-CyLP

Mathieu Arnold mat at FreeBSD.org
Thu Dec 13 09:16:49 UTC 2018


Author: mat
Date: Thu Dec 13 09:16:48 2018
New Revision: 487360
URL: https://svnweb.freebsd.org/changeset/ports/487360

Log:
  FLAVOR is local to the port, it cannot be used in dependencies.

Modified:
  head/math/py-CyLP/Makefile   (contents, props changed)

Modified: head/math/py-CyLP/Makefile
==============================================================================
--- head/math/py-CyLP/Makefile	Thu Dec 13 09:06:50 2018	(r487359)
+++ head/math/py-CyLP/Makefile	Thu Dec 13 09:16:48 2018	(r487360)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
 
 BUILD_DEPENDS=	${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}scipy>=0.10.0:science/py-scipy@${FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}scipy>=0.10.0:science/py-scipy@${PY_FLAVOR}
 LIB_DEPENDS=	libblas.so:math/blas \
 		libCbc.so:math/cbc \
 		libCgl.so:math/cgl \


More information about the svn-ports-all mailing list