diff options
author | vd <vd@FreeBSD.org> | 2006-04-28 14:25:38 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-04-28 14:25:38 +0800 |
commit | b515b7a696dd5c6f7a6b2f34dd0546c8b8cc4a90 (patch) | |
tree | 9c664573a4dad5671fb9eb20f856ae820a5a3fa2 /graphics | |
parent | 59853393628db5256a765c554877b675e62a90cb (diff) | |
download | freebsd-ports-gnome-b515b7a696dd5c6f7a6b2f34dd0546c8b8cc4a90.tar.gz freebsd-ports-gnome-b515b7a696dd5c6f7a6b2f34dd0546c8b8cc4a90.tar.zst freebsd-ports-gnome-b515b7a696dd5c6f7a6b2f34dd0546c8b8cc4a90.zip |
Mark as broken on != i386,amd64,powerpc due to the lack of CDraw libraries
ia64 failure reported by kris@
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xaralx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile index e8609ef397f7..37144b42466c 100644 --- a/graphics/xaralx/Makefile +++ b/graphics/xaralx/Makefile @@ -38,8 +38,8 @@ USE_GCC= 3.4+ .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= does not configure due to the lack of CDraw libraries for sparc64 +.if ${ARCH} != "i386" && ${ARCH} != "amd64" && ${ARCH} != "powerpc" +BROKEN= does not configure due to the lack of CDraw libraries for ${ARCH} .endif PROG= XaraLX${PKGNAMESUFFIX} |