diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:22:29 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:22:29 +0000 |
commit | 2743e8d9cff2e70bdc36ae2efcd36409730c15f7 (patch) | |
tree | cab1d97e886314bb5a4e3dc4ae7d37e60864de36 | |
parent | 9258bda93a7a687333737f7d267f2e6269be6e46 (diff) | |
download | freebsd-ports-2743e8d9cff2e70bdc36ae2efcd36409730c15f7.zip |
- Add NO_ARCH
- While I'm here, use "yes" instead of "YES"
Approved by: portmgr (blanket)
-rw-r--r-- | security/vuxml/Makefile | 5 |
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}" \ |