diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-11 10:39:23 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-11 10:39:23 +0000 |
commit | 1bdae30b1b5e58f8e88a982d24efe071c0676a51 (patch) | |
tree | 5901751f052c8b4c6c7d884e33455d2a209f6f85 /devel | |
parent | bc7c29865868e9778eb8e2f929185a752986ded1 (diff) | |
download | ports-1bdae30b1b5e58f8e88a982d24efe071c0676a51.tar.gz ports-1bdae30b1b5e58f8e88a982d24efe071c0676a51.zip |
The only place this builds is on i386 4.x.
Notes
Notes:
svn path=/head/; revision=103629
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ORBacus/Makefile | 2 |
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 |