Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 03:00:00 +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: r364885 - head/devel/bpython
Message-ID:  <201408150300.s7F300Os068887@svn.freebsd.org>

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



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