Date: Mon, 25 Oct 2021 16:05:50 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 83f103c395a8 - main - textproc/xhtml: Add NO_ARCH Message-ID: <202110251605.19PG5of8083435@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=83f103c395a8449a6b8f02e616c38d2402f54286 commit 83f103c395a8449a6b8f02e616c38d2402f54286 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:17:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 16:00:08 +0000 textproc/xhtml: Add NO_ARCH --- textproc/xhtml/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/xhtml/Makefile b/textproc/xhtml/Makefile index 51c1e1a5dde5..a558824f1ad3 100644 --- a/textproc/xhtml/Makefile +++ b/textproc/xhtml/Makefile @@ -14,8 +14,9 @@ COMMENT= W3C's XHTML DTD RUN_DEPENDS= xmlcatmgr:textproc/xmlcatmgr USES= zip -NO_MTREE= YES -NO_BUILD= YES +NO_MTREE= yes +NO_ARCH= yes +NO_BUILD= yes WRKSRC= ${WRKDIR}/xhtml1-20020801 SUB_FILES= catalog.xml SUB_LIST+= DTDDIR="${DTDDIR}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110251605.19PG5of8083435>