summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-19 20:22:29 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-19 20:22:29 +0000
commit2743e8d9cff2e70bdc36ae2efcd36409730c15f7 (patch)
treecab1d97e886314bb5a4e3dc4ae7d37e60864de36
parent9258bda93a7a687333737f7d267f2e6269be6e46 (diff)
downloadfreebsd-ports-2743e8d9cff2e70bdc36ae2efcd36409730c15f7.zip
- 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 160d12ec9f98..ec3d13e350b4 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}" \