diff options
author | mezz <mezz@FreeBSD.org> | 2006-06-20 02:08:12 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-06-20 02:08:12 +0800 |
commit | da946bab55612b058b425e065817ec62277339e0 (patch) | |
tree | 1784bd931203a401c1362e0edb811d04dff383e5 /audio/speex-devel/Makefile | |
parent | 895f20931e471699f237526eb360e2d4c08708a3 (diff) | |
download | freebsd-ports-gnome-da946bab55612b058b425e065817ec62277339e0.tar.gz freebsd-ports-gnome-da946bab55612b058b425e065817ec62277339e0.tar.zst freebsd-ports-gnome-da946bab55612b058b425e065817ec62277339e0.zip |
Make portlint happy, also make the BROKEN error more clear.
PR: ports/99149
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'audio/speex-devel/Makefile')
-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}!="" |