diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:28:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:28:00 +0000 |
commit | 47688485bfa9e83ad7dbfb1c04856e70c2db12da (patch) | |
tree | 82b31c1650a29f7cac2a8a08e5932e0ff2e45b30 /audio/rio | |
parent | 598ed79f4699cd1718fab01618e85db2bf2acf0d (diff) | |
download | ports-47688485bfa9e83ad7dbfb1c04856e70c2db12da.tar.gz ports-47688485bfa9e83ad7dbfb1c04856e70c2db12da.zip |
Notes
Diffstat (limited to 'audio/rio')
-rw-r--r-- | audio/rio/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/rio/Makefile b/audio/rio/Makefile index 4da86fe51269..b03f86a41b73 100644 --- a/audio/rio/Makefile +++ b/audio/rio/Makefile @@ -25,6 +25,10 @@ PLIST_FILES= bin/rio .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= "Does not compile on ia64 or sparc64" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin |