svn commit: r369386 - head/textproc/itstool

Koop Mast kwm at FreeBSD.org
Sat Sep 27 10:58:48 UTC 2014


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 at 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:


More information about the svn-ports-head mailing list