Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2014 14:31:43 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369521 - head/www/twms
Message-ID:  <201409291431.s8TEVhRe049655@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Sep 29 14:31:42 2014
New Revision: 369521
URL: http://svnweb.freebsd.org/changeset/ports/369521
QAT: https://qat.redports.org/buildarchive/r369521/

Log:
  - Convert to USES=python

Modified:
  head/www/twms/Makefile

Modified: head/www/twms/Makefile
==============================================================================
--- head/www/twms/Makefile	Mon Sep 29 14:31:12 2014	(r369520)
+++ head/www/twms/Makefile	Mon Sep 29 14:31:42 2014	(r369521)
@@ -17,8 +17,7 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pyproj
 		${PYTHON_SITELIBDIR}/web/__init__.py:${PORTSDIR}/www/webpy \
 		${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
 
-USES=		tar:bzip2
-USE_PYTHON=	yes
+USES=		python tar:bzip2
 NO_BUILD=	yes
 
 TWMS_USER?=	twms



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