Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2019 20:57:23 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494740 - head/textproc/itstool
Message-ID:  <201903052057.x25KvNNR022039@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Mar  5 20:57:22 2019
New Revision: 494740
URL: https://svnweb.freebsd.org/changeset/ports/494740

Log:
  Don't pretend that python is only needed at runtime

Modified:
  head/textproc/itstool/Makefile

Modified: head/textproc/itstool/Makefile
==============================================================================
--- head/textproc/itstool/Makefile	Tue Mar  5 20:52:12 2019	(r494739)
+++ head/textproc/itstool/Makefile	Tue Mar  5 20:57:22 2019	(r494740)
@@ -16,7 +16,7 @@ LICENSE=	GPLv3
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR}
 
-USES=		python:run tar:bzip2
+USES=		python tar:bzip2
 GNU_CONFIGURE=	yes
 
 post-patch:



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