diff options
author | trevor <trevor@FreeBSD.org> | 2002-05-23 10:34:40 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-05-23 10:34:40 +0800 |
commit | 677312ff9d2ce86a213a34ef738337acd9477c10 (patch) | |
tree | eb2e518e34d082a00b2d6c82ff3cbdbb4a13c059 | |
parent | 6b50d2cbe86f8df7251b210e9a872d77411d4c9a (diff) | |
download | freebsd-ports-graphics-677312ff9d2ce86a213a34ef738337acd9477c10.tar.gz freebsd-ports-graphics-677312ff9d2ce86a213a34ef738337acd9477c10.tar.zst freebsd-ports-graphics-677312ff9d2ce86a213a34ef738337acd9477c10.zip |
This is still broken.
Tested by: David Bushong
-rw-r--r-- | audio/sphinx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/sphinx/Makefile b/audio/sphinx/Makefile index 75e06b21544..22ff39fbc98 100644 --- a/audio/sphinx/Makefile +++ b/audio/sphinx/Makefile @@ -19,6 +19,8 @@ INSTALLS_SHLIB= yes PKGMESSAGE= ${WRKDIR}/pkg-message USE_GMAKE= yes +BROKEN= "audio read error" + # contains i386 sound code ONLY_FOR_ARCHS= i386 |