git: d67698f62a8e - main - x11/xtrans: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 19:06:15 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d67698f62a8e5d338b86d1683a41d3614bb81a0a
commit d67698f62a8e5d338b86d1683a41d3614bb81a0a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 17:46:08 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:47:51 +0000
x11/xtrans: Add NO_ARCH
Approved by: portmgr (blanket)
---
x11/xtrans/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/x11/xtrans/Makefile b/x11/xtrans/Makefile
index daa3d421740c..edc3a352da47 100644
--- a/x11/xtrans/Makefile
+++ b/x11/xtrans/Makefile
@@ -12,5 +12,6 @@ LICENSE= MIT
USES= xorg-cat:lib
CONFIGURE_ARGS+=--disable-docs --without-xmlto
+NO_ARCH= yes
.include <bsd.port.mk>