Date: Sat, 27 Sep 2014 10:58:47 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369386 - head/textproc/itstool Message-ID: <201409271058.s8RAwluj086586@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Sat Sep 27 10:58:46 2014 New Revision: 369386 URL: http://svnweb.freebsd.org/changeset/ports/369386 QAT: https://qat.redports.org/buildarchive/r369386/ Log: Convert to new python USES style Modified: head/textproc/itstool/Makefile Modified: head/textproc/itstool/Makefile ============================================================================== --- head/textproc/itstool/Makefile Sat Sep 27 10:56:15 2014 (r369385) +++ head/textproc/itstool/Makefile Sat Sep 27 10:58:46 2014 (r369386) @@ -1,5 +1,6 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ +# $MCom: ports/trunk/textproc/itstool/Makefile 19804 2014-08-13 14:55:11Z kwm $ PORTNAME= itstool PORTVERSION= 2.0.2 @@ -15,8 +16,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 -USES= tar:bzip2 -USE_PYTHON_RUN= 2 +USES= python:2,run tar:bzip2 GNU_CONFIGURE= yes post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409271058.s8RAwluj086586>