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