svn commit: r463221 - head/devel/py-fortran

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 28 15:12:54 UTC 2018


Author: sunpoet
Date: Wed Feb 28 15:12:53 2018
New Revision: 463221
URL: https://svnweb.freebsd.org/changeset/ports/463221

Log:
  Expand PYNUMERIC

Modified:
  head/devel/py-fortran/Makefile

Modified: head/devel/py-fortran/Makefile
==============================================================================
--- head/devel/py-fortran/Makefile	Wed Feb 28 15:12:48 2018	(r463220)
+++ head/devel/py-fortran/Makefile	Wed Feb 28 15:12:53 2018	(r463221)
@@ -14,7 +14,7 @@ COMMENT=	Creating extensions to the Python language wi
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYNUMERIC}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numeric>0:math/py-numeric@${FLAVOR}
 
 USES=		python:2.7
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-head mailing list