diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-04-28 06:25:38 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-04-28 06:25:38 +0000 |
commit | d9a6e9425aacf2785e85198eb4e633bde4e00fed (patch) | |
tree | 94615f55ad1010728221d9e3fc5dbee0d7840578 /graphics/xaralx | |
parent | ce368ba6ae97c34fafa9c6cfdd89ed4cdf54c1c3 (diff) | |
download | ports-d9a6e9425aacf2785e85198eb4e633bde4e00fed.tar.gz ports-d9a6e9425aacf2785e85198eb4e633bde4e00fed.zip |
Notes
Diffstat (limited to 'graphics/xaralx')
-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} |