diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-09 10:35:36 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-09 10:35:36 +0000 |
commit | d982a2e19cbd6f396658d1476ca54e6bc23236d5 (patch) | |
tree | 6590c2b74430058a25b0b1e54cd339f4ca8d8d70 /audio/pd/Makefile | |
parent | 1dd97dcd47abcd6602108d7c7adc3f962676936b (diff) | |
download | ports-d982a2e19cbd6f396658d1476ca54e6bc23236d5.tar.gz ports-d982a2e19cbd6f396658d1476ca54e6bc23236d5.zip |
Notes
Diffstat (limited to 'audio/pd/Makefile')
-rw-r--r-- | audio/pd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile index 9cde9d4cb13e..0edfdf9c87ef 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -33,7 +33,7 @@ WRKSRC= ${WRKDIR}/pd-0.37-1test1/src .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +BROKEN= Does not compile on !i386 .endif pre-patch: |