Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 03:01:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364912 - head/math/py-numexpr
Message-ID:  <201408150301.s7F31wxV075844@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Aug 15 03:01:58 2014
New Revision: 364912
URL: http://svnweb.freebsd.org/changeset/ports/364912
QAT: https://qat.redports.org/buildarchive/r364912/

Log:
  - Use USES=python

Modified:
  head/math/py-numexpr/Makefile

Modified: head/math/py-numexpr/Makefile
==============================================================================
--- head/math/py-numexpr/Makefile	Fri Aug 15 03:01:54 2014	(r364911)
+++ head/math/py-numexpr/Makefile	Fri Aug 15 03:01:58 2014	(r364912)
@@ -16,8 +16,7 @@ LICENSE=	MIT
 BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PYDISTUTILS_AUTOPLIST=	yes
-USE_PYDISTUTILS=yes
-USE_PYTHON=	yes
+PYTHON_FEATURES=autoplist,distutils
+USES=		python
 
 .include <bsd.port.mk>



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