Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2018 09:16:48 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487360 - head/math/py-CyLP
Message-ID:  <201812130916.wBD9Gm90061583@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812130916.wBD9Gm90061583>