svn commit: r364885 - head/devel/bpython

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 15 03:00:00 UTC 2014


Author: sunpoet
Date: Fri Aug 15 02:59:59 2014
New Revision: 364885
URL: http://svnweb.freebsd.org/changeset/ports/364885
QAT: https://qat.redports.org/buildarchive/r364885/

Log:
  - Use USES=python

Modified:
  head/devel/bpython/Makefile

Modified: head/devel/bpython/Makefile
==============================================================================
--- head/devel/bpython/Makefile	Fri Aug 15 02:59:55 2014	(r364884)
+++ head/devel/bpython/Makefile	Fri Aug 15 02:59:59 2014	(r364885)
@@ -19,9 +19,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygm
 OPTIONS_DEFINE=	EXAMPLES NLS
 OPTIONS_SUB=	yes
 
-PYDISTUTILS_AUTOPLIST=	yes
-USE_PYDISTUTILS=yes
-USE_PYTHON=	yes
+PYTHON_FEATURES=autoplist,distutils
+USES=		python
 
 PORTEXAMPLES=	light.theme sample-config sample.theme
 


More information about the svn-ports-head mailing list