From c674040f8b3d18e5fdf2152db25058cc699edf4a Mon Sep 17 00:00:00 2001 From: feld Date: Thu, 9 Oct 2014 13:17:26 +0000 Subject: Convert USE_PYTHON_RUN to new USES syntax; Appease the angry DEVELOPER=YES god Approved by: mat --- security/vuxml/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security') diff --git a/security/vuxml/Makefile b/security/vuxml/Makefile index 4dc58ab60b5f..38328cd16856 100644 --- a/security/vuxml/Makefile +++ b/security/vuxml/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr \ ${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 -- cgit