diff options
author | feld <feld@FreeBSD.org> | 2014-10-09 21:17:26 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-10-09 21:17:26 +0800 |
commit | c674040f8b3d18e5fdf2152db25058cc699edf4a (patch) | |
tree | ec9df36e98c26069ee3ab1506cf943227fd38935 /security | |
parent | f9286a5ecf0e197f82f60f50f6e668bb1e668765 (diff) | |
download | freebsd-ports-gnome-c674040f8b3d18e5fdf2152db25058cc699edf4a.tar.gz freebsd-ports-gnome-c674040f8b3d18e5fdf2152db25058cc699edf4a.tar.zst freebsd-ports-gnome-c674040f8b3d18e5fdf2152db25058cc699edf4a.zip |
Convert USE_PYTHON_RUN to new USES syntax;
Appease the angry DEVELOPER=YES god
Approved by: mat
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |