svn commit: r463222 - head/Mk/Uses

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


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

Log:
  Remove PYNUMERIC
  
  It's only used by 1 port (devel/py-fortran).

Modified:
  head/Mk/Uses/python.mk

Modified: head/Mk/Uses/python.mk
==============================================================================
--- head/Mk/Uses/python.mk	Wed Feb 28 15:12:53 2018	(r463221)
+++ head/Mk/Uses/python.mk	Wed Feb 28 15:12:57 2018	(r463222)
@@ -638,7 +638,6 @@ CMAKE_ARGS+=	-DPython_ADDITIONAL_VERSIONS=${PYTHON_VER
 
 # Python 3rd-party modules
 PYGAME=		${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR}
-PYNUMERIC=	${PYTHON_PKGNAMEPREFIX}numeric>0:math/py-numeric@${PY_FLAVOR}
 PYNUMPY=	${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR}
 
 # Common Python modules that can be needed but only for some versions of Python.


More information about the svn-ports-head mailing list