diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-03-03 18:33:34 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-03-03 18:33:34 +0000 |
commit | 62eee3ed86bd40384978522648a743e03c22da9c (patch) | |
tree | 11d1067125ebb0749e73efe92ee29f0a18c9a2e1 /audio/spiralsynthmodular | |
parent | 3efdbb4ac6873be21f2033b487e30d9e32a5c67c (diff) | |
download | ports-62eee3ed86bd40384978522648a743e03c22da9c.tar.gz ports-62eee3ed86bd40384978522648a743e03c22da9c.zip |
Notes
Diffstat (limited to 'audio/spiralsynthmodular')
-rw-r--r-- | audio/spiralsynthmodular/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/spiralsynthmodular/Makefile b/audio/spiralsynthmodular/Makefile index 503eaf97041d..791a4ea28aa1 100644 --- a/audio/spiralsynthmodular/Makefile +++ b/audio/spiralsynthmodular/Makefile @@ -34,8 +34,8 @@ WRKSRC= ${WRKDIR}/spiralmodular-0.2.2 .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -BROKEN= Does not compile on amd64 or ia64 +.if ${ARCH} == "ia64" +BROKEN= Does not compile on ia64 .endif pre-everything:: |