aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2015-02-09 15:33:54 +0000
committerSean Bruno <sbruno@FreeBSD.org>2015-02-09 15:33:54 +0000
commit1a7a789fc9f2bb1b65ebe7554d63bd74740eb85c (patch)
tree3ff4730376d433b1488266c5a2f0357e5987b66a
parenteb7b7e7d3f70d23f534b4cce79b1f8c5802c2efb (diff)
Notes
-rw-r--r--cad/pcb/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index b45716e2a824..a57a0fd8c57f 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -60,9 +60,8 @@ NONE_DESC= No GUI support
NONE_CONFIGURE_ON= --without-gui
NONE_CONFIGURE_ENV= WISH=/usr/bin/true
-.for a in ia64 powerpc sparc64
-BROKEN_${a}= Does not compile on ia64, powerpc, or sparc64
-.endfor
+ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS_REASON= Uses x86 specific libc functions and has not been ported
.include <bsd.port.options.mk>