diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-04 01:24:38 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-04 01:24:38 +0800 |
commit | 1dc4b83cf6ced1b3cfe737c73b0f7c261811626d (patch) | |
tree | 7775279bf4ff8f39416f872b004a57c21552d56c /audio | |
parent | 3f1e0e61ba15038f76006e5e5c2458333e333898 (diff) | |
download | freebsd-ports-gnome-1dc4b83cf6ced1b3cfe737c73b0f7c261811626d.tar.gz freebsd-ports-gnome-1dc4b83cf6ced1b3cfe737c73b0f7c261811626d.tar.zst freebsd-ports-gnome-1dc4b83cf6ced1b3cfe737c73b0f7c261811626d.zip |
portlint
PR: ports/99151
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: maintainer timeout
Diffstat (limited to 'audio')
-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:: |