diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-06-19 18:08:12 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-06-19 18:08:12 +0000 |
commit | 996645ed4f76182491925fa5d0b5cb5c6193cebd (patch) | |
tree | f75a05a203528528707c383016ff155b3ea55d55 /audio/speex-devel | |
parent | 9220c9b441e9de8a61e10b99a0a2689163d09e82 (diff) |
Notes
Diffstat (limited to 'audio/speex-devel')
-rw-r--r-- | audio/speex-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index 8551c101e862..4a95bb6a4263 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -32,7 +32,7 @@ MAN1= speexdec.1 speexenc.1 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN="Does not build" +BROKEN= Does not build on 4.x .endif .if ${MACHINE_CPU:Msse}!="" |