diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-03 17:24:38 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-03 17:24:38 +0000 |
commit | b679e34c824504574c3bb482c51256168ec746e6 (patch) | |
tree | 7b3e56b11fc3b81b7fd9b5eb68a4d6a040c08e00 /audio/spiralsynthmodular | |
parent | c7ec9c1b48ef46ebb117200c80544e650f0cb058 (diff) | |
download | ports-b679e34c824504574c3bb482c51256168ec746e6.tar.gz ports-b679e34c824504574c3bb482c51256168ec746e6.zip |
Notes
Diffstat (limited to 'audio/spiralsynthmodular')
-rw-r--r-- | audio/spiralsynthmodular/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/spiralsynthmodular/Makefile b/audio/spiralsynthmodular/Makefile index c6643d40dff6..503eaf97041d 100644 --- a/audio/spiralsynthmodular/Makefile +++ b/audio/spiralsynthmodular/Makefile @@ -35,7 +35,7 @@ WRKSRC= ${WRKDIR}/spiralmodular-0.2.2 .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" -BROKEN= "Does not compile on amd64 or ia64" +BROKEN= Does not compile on amd64 or ia64 .endif pre-everything:: |