diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
commit | a2157276860a3947431ad500cdb3a9017b7d3008 (patch) | |
tree | 0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/pocketsphinx | |
parent | 23f55e92b921e4ae98d452244cdea9d6d8c1300e (diff) |
Notes
Diffstat (limited to 'audio/pocketsphinx')
-rw-r--r-- | audio/pocketsphinx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pocketsphinx/Makefile b/audio/pocketsphinx/Makefile index f3f5d8ca26db..a05e52aa2ceb 100644 --- a/audio/pocketsphinx/Makefile +++ b/audio/pocketsphinx/Makefile @@ -11,10 +11,10 @@ COMMENT= Speech recognition system LIB_DEPENDS= sphinxad:${PORTSDIR}/audio/sphinxbase +USES= pkgconfig USE_LDCONFIG= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_PKGCONFIG= build CONFIGURE_ARGS+= --without-python CONFIGURE_ENV+= HAVE_DOXYGEN=no |