aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-30 20:41:34 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-30 20:44:30 +0000
commit4a551134cc9f07df866d2e9781e224caf3ec5a4e (patch)
tree3c5e9d1bbabc6083fcb419013ca1cbfdfb463d3d
parent0ad30d5c7540f59743addea871947cdce84d38eb (diff)
downloadports-4a551134cc9f07df866d2e9781e224caf3ec5a4e.tar.gz
ports-4a551134cc9f07df866d2e9781e224caf3ec5a4e.zip
textproc/minixmlto: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r--textproc/minixmlto/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/minixmlto/Makefile b/textproc/minixmlto/Makefile
index 73eb71566f8d..b0782c2d983b 100644
--- a/textproc/minixmlto/Makefile
+++ b/textproc/minixmlto/Makefile
@@ -15,5 +15,6 @@ USE_GITHUB= yes
GH_ACCOUNT= bapt
PLIST_FILES= bin/minixmlto
MAKE_ARGS= DOCBOOK_XSL="${LOCALBASE}/share/xsl/docbook" PREFIX="${PREFIX}"
+NO_ARCH= yes
.include <bsd.port.mk>