diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
commit | 5163781803124a083a6fdae72fd2235faf64ac0c (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/sphinxbase | |
parent | - update to 1.4.7 (diff) |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Diffstat (limited to 'audio/sphinxbase')
-rw-r--r-- | audio/sphinxbase/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/sphinxbase/Makefile b/audio/sphinxbase/Makefile index 429a3a5e63e5..c2d5bfdab169 100644 --- a/audio/sphinxbase/Makefile +++ b/audio/sphinxbase/Makefile @@ -9,10 +9,8 @@ MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= CMU Sphinx Speech recognition system base -BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison - USE_LDCONFIG= yes -USE_GMAKE= yes +USES= gmake bison USE_AUTOTOOLS= libtool CONFIGURE_ARGS+= --without-python --without-lapack |