Date: Thu, 9 Oct 2014 13:17:26 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370525 - head/security/vuxml Message-ID: <201410091317.s99DHQB4078251@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Thu Oct 9 13:17:26 2014 New Revision: 370525 URL: https://svnweb.freebsd.org/changeset/ports/370525 QAT: https://qat.redports.org/buildarchive/r370525/ Log: Convert USE_PYTHON_RUN to new USES syntax; Appease the angry DEVELOPER=YES god Approved by: mat Modified: head/security/vuxml/Makefile Modified: head/security/vuxml/Makefile ============================================================================== --- head/security/vuxml/Makefile Thu Oct 9 13:09:52 2014 (r370524) +++ head/security/vuxml/Makefile Thu Oct 9 13:17:26 2014 (r370525) @@ -20,7 +20,7 @@ RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/te ${LOCALBASE}/share/xml/dtd/xhtml-modularization/VERSION:${PORTSDIR}/textproc/xhtml-modularization \ ${LOCALBASE}/share/xml/dtd/xhtml-basic/xhtml-basic10.dtd:${PORTSDIR}/textproc/xhtml-basic -USE_PYTHON_RUN= yes +USES= python:run NO_MTREE= YES NO_BUILD= YES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410091317.s99DHQB4078251>