diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 15:23:19 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 15:23:19 +0000 |
commit | 5b203c3d0b01b2f67902cf303041c0289ef6c814 (patch) | |
tree | d2128078b268a1b3748ca511c3ea0f6d8f28fc34 /audio/rio | |
parent | portlint (diff) |
portlint
PR: ports/99148
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'audio/rio')
-rw-r--r-- | audio/rio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rio/Makefile b/audio/rio/Makefile index 82bf23120b85..f8f654668ae2 100644 --- a/audio/rio/Makefile +++ b/audio/rio/Makefile @@ -25,7 +25,7 @@ PLIST_FILES= bin/rio .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= "Does not compile on ia64 or sparc64" +BROKEN= Does not compile on ia64 or sparc64 .endif .if ${ARCH} == "alpha" |