diff options
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 |