diff options
Diffstat (limited to 'audio/xtuner')
-rw-r--r-- | audio/xtuner/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xtuner/Makefile b/audio/xtuner/Makefile index 367c4b59de3..0188c11974b 100644 --- a/audio/xtuner/Makefile +++ b/audio/xtuner/Makefile @@ -22,8 +22,8 @@ USE_XPM= YES .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" +.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" +BROKEN= "Does not compile on sparc64 or ia64" .endif .include <bsd.port.post.mk> |