aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-08-12 00:51:02 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-08-12 00:51:02 +0800
commitd1491c303267104b88d560ac0fcb640e0cb9faab (patch)
tree3cb1fcb3066c53f8f239b02aaa2a1be1f31e44b0
parent5b23e5261cf4450c9d5dd575dc2ece7420833caa (diff)
downloadfreebsd-ports-gnome-d1491c303267104b88d560ac0fcb640e0cb9faab.tar.gz
freebsd-ports-gnome-d1491c303267104b88d560ac0fcb640e0cb9faab.tar.zst
freebsd-ports-gnome-d1491c303267104b88d560ac0fcb640e0cb9faab.zip
Add NO_ARCH
-rw-r--r--textproc/p5-XML-CommonNS/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-XML-CommonNS/Makefile b/textproc/p5-XML-CommonNS/Makefile
index 06aa82ac8f44..4d4370f916c0 100644
--- a/textproc/p5-XML-CommonNS/Makefile
+++ b/textproc/p5-XML-CommonNS/Makefile
@@ -20,4 +20,6 @@ RUN_DEPENDS= p5-XML-NamespaceFactory>=0:textproc/p5-XML-NamespaceFactory
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>