diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-21 23:23:19 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-21 23:23:19 +0800 |
commit | 2f8e7df653a1bbd3a42e627628f08dd16c3d0c4a (patch) | |
tree | 0af27688136baefc0536c26f7b6b56b351e73dd9 | |
parent | 6ddcc48f267eed1abba5662e846039ca022fd321 (diff) | |
download | freebsd-ports-gnome-2f8e7df653a1bbd3a42e627628f08dd16c3d0c4a.tar.gz freebsd-ports-gnome-2f8e7df653a1bbd3a42e627628f08dd16c3d0c4a.tar.zst freebsd-ports-gnome-2f8e7df653a1bbd3a42e627628f08dd16c3d0c4a.zip |
portlint
PR: ports/99148
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
-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" |