aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-11 18:39:23 +0800
committerkris <kris@FreeBSD.org>2004-03-11 18:39:23 +0800
commit0bfe94c5f3e8784c914ed1e6dd1bd070f5f32aba (patch)
treebd3ca0f02fb5344cdeb021ed5dbe7a62be072454
parentf3321f39b2f9164f2d00fcf0b12f64731287446e (diff)
downloadfreebsd-ports-gnome-0bfe94c5f3e8784c914ed1e6dd1bd070f5f32aba.tar.gz
freebsd-ports-gnome-0bfe94c5f3e8784c914ed1e6dd1bd070f5f32aba.tar.zst
freebsd-ports-gnome-0bfe94c5f3e8784c914ed1e6dd1bd070f5f32aba.zip
The only place this builds is on i386 4.x.
-rw-r--r--devel/ORBacus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile
index c7c75e2fced9..2ec19ff97c7b 100644
--- a/devel/ORBacus/Makefile
+++ b/devel/ORBacus/Makefile
@@ -27,7 +27,7 @@ MLINKS= idl.1 hidl.1 - irdel.1 - irfeed.1 \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502000
+.if ${OSVERSION} >= 502000 || ${ARCH} != "i386"
BROKEN= "Does not compile"
.endif