diff options
author | beat <beat@FreeBSD.org> | 2012-09-26 03:20:14 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-09-26 03:20:14 +0800 |
commit | cba6ca5c26d28c5e9b32ff3f6ce979c084b0f92b (patch) | |
tree | 27440d1c9f563bae12175a87ef4a3232accd9037 /audio | |
parent | 9718e163583be2b1cfef49b5c7f81f51e4e1ffe1 (diff) | |
download | freebsd-ports-gnome-cba6ca5c26d28c5e9b32ff3f6ce979c084b0f92b.tar.gz freebsd-ports-gnome-cba6ca5c26d28c5e9b32ff3f6ce979c084b0f92b.tar.zst freebsd-ports-gnome-cba6ca5c26d28c5e9b32ff3f6ce979c084b0f92b.zip |
- Chase sphinxbase update but mark it BROKEN too as it does not compile
with updated sphinxbase.
Reported by: pointyhat
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sphinx3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/sphinx3/Makefile b/audio/sphinx3/Makefile index a6877c2ba311..b5c41d4ab5dc 100644 --- a/audio/sphinx3/Makefile +++ b/audio/sphinx3/Makefile @@ -13,7 +13,9 @@ MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} MAINTAINER= r.neese@gmail.com COMMENT= Speech recognition system -LIB_DEPENDS= sphinxfe.0:${PORTSDIR}/audio/sphinxbase +LIB_DEPENDS= sphinxbase:${PORTSDIR}/audio/sphinxbase + +BROKEN= does not compile USE_LDCONFIG= yes USE_GMAKE= yes |