summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-15 00:05:51 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-15 00:11:02 +0800
commit6f9ae77c1be360fcae2db62d00991fc35545fd0f (patch)
tree41d092789b1d71ed3ba17bed66c4d41b29272895
parentaudio/mixxx: Fix build with scons 4.1.0.post1 (diff)
devel/autoconf-archive: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r--devel/autoconf-archive/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/autoconf-archive/Makefile b/devel/autoconf-archive/Makefile
index 6face79cbeaa..fa2a5a7913c8 100644
--- a/devel/autoconf-archive/Makefile
+++ b/devel/autoconf-archive/Makefile
@@ -14,6 +14,8 @@ DISTDATE= 2019.01.06
GNU_CONFIGURE= yes
INFO= ${PORTNAME}
+NO_ARCH= yes
+
PLIST_SUB= MACRODIR=share/aclocal
.include <bsd.port.mk>