summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-10-19 20:22:29 +0000
committersunpoet <sunpoet@FreeBSD.org>2015-10-19 20:22:29 +0000
commita347b5dec03a574e12149ed8cc73f466eb4f0fa3 (patch)
treecab1d97e886314bb5a4e3dc4ae7d37e60864de36
parentb2f1cc1f9e633242aca66dff5a795854485d2d9e (diff)
downloadFreeBSD-ports-a347b5dec03a574e12149ed8cc73f466eb4f0fa3.zip
FreeBSD-ports-a347b5dec03a574e12149ed8cc73f466eb4f0fa3.tar.gz
- Add NO_ARCH
- While I'm here, use "yes" instead of "YES" Approved by: portmgr (blanket)
-rw-r--r--security/vuxml/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/vuxml/Makefile b/security/vuxml/Makefile
index 160d12e..ec3d13e 100644
--- a/security/vuxml/Makefile
+++ b/security/vuxml/Makefile
@@ -22,8 +22,9 @@ RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr \
USES= python:run
-NO_MTREE= YES
-NO_BUILD= YES
+NO_MTREE= yes
+NO_ARCH= yes
+NO_BUILD= yes
WRKSRC= ${WRKDIR}
PLIST_SUB= XMLCAT_RM="${XMLCAT_RM}" XMLCAT_ADD="${XMLCAT_ADD}" \
SGMLCAT_RM="${SGMLCAT_RM}" SGMLCAT_ADD="${SGMLCAT_ADD}" \
OpenPOWER on IntegriCloud