diff options
Diffstat (limited to 'graphics/gsculpt/Makefile')
-rw-r--r-- | graphics/gsculpt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index 8c537686e34f..9501a59c5c2d 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -32,8 +32,8 @@ DATADIR= ${PREFIX}/share/gSculpt .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= Does not compile +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif post-patch: |