diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 05:38:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 05:38:32 +0000 |
commit | 7d8608ab13015da604725355ba888c212c9eb177 (patch) | |
tree | 74d9147b89d28cb3c65b13ef847fe70663415054 /x11-toolkits | |
parent | 93cc5a0629ed3d9812bbda5c1097872843a63f14 (diff) | |
download | ports-7d8608ab13015da604725355ba888c212c9eb177.tar.gz ports-7d8608ab13015da604725355ba888c212c9eb177.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/9libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/9libs/Makefile b/x11-toolkits/9libs/Makefile index 70e5f12ca08a..39af7a117cd0 100644 --- a/x11-toolkits/9libs/Makefile +++ b/x11-toolkits/9libs/Makefile @@ -24,8 +24,8 @@ MAN6= bitmap.6 regexp.6 .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" || ${ARCH} == "amd64" -BROKEN= Does not compile on alpha or amd64 +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "powerpc" +BROKEN= Does not compile .endif .include <bsd.port.post.mk> |