Date: Sun, 28 Sep 2014 18:44:13 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369490 - head/misc/xyzcmd Message-ID: <201409281844.s8SIiDxs096243@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Sun Sep 28 18:44:12 2014 New Revision: 369490 URL: http://svnweb.freebsd.org/changeset/ports/369490 QAT: https://qat.redports.org/buildarchive/r369490/ Log: - Convert to USES=python Approved by: portmgr (implicit) Modified: head/misc/xyzcmd/Makefile Modified: head/misc/xyzcmd/Makefile ============================================================================== --- head/misc/xyzcmd/Makefile Sun Sep 28 18:43:55 2014 (r369489) +++ head/misc/xyzcmd/Makefile Sun Sep 28 18:44:12 2014 (r369490) @@ -14,10 +14,8 @@ LICENSE= LGPL3 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/urwid/raw_display.py:${PORTSDIR}/devel/py-urwid RUN_DEPENDS= ${PYTHON_SITELIBDIR}/urwid/raw_display.py:${PORTSDIR}/devel/py-urwid -USE_PYTHON= yes -USE_PYDISTUTILS=yes -INSTALLS_EGGINFO=yes -USES= tar:bzip2 +USES= python tar:bzip2 +USE_PYTHON= distutils OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409281844.s8SIiDxs096243>