diff options
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} |