Date: Fri, 15 Aug 2014 03:00:52 +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: r364897 - head/devel/py-pudb Message-ID: <201408150300.s7F30q5X072094@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Aug 15 03:00:52 2014 New Revision: 364897 URL: http://svnweb.freebsd.org/changeset/ports/364897 QAT: https://qat.redports.org/buildarchive/r364897/ Log: - Use USES=python Modified: head/devel/py-pudb/Makefile Modified: head/devel/py-pudb/Makefile ============================================================================== --- head/devel/py-pudb/Makefile Fri Aug 15 03:00:47 2014 (r364896) +++ head/devel/py-pudb/Makefile Fri Aug 15 03:00:52 2014 (r364897) @@ -15,8 +15,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.0:${PORTSDIR}/textproc/py-pygments \ ${PYTHON_PKGNAMEPREFIX}urwid>=1.1.1:${PORTSDIR}/devel/py-urwid -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?201408150300.s7F30q5X072094>