diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-17 22:29:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-17 22:29:42 +0000 |
commit | 3cb5d8482d4de5cbcf4830297b008ab631f044d1 (patch) | |
tree | 014519be01260599a2b72e2b3f7d00aba4aaa6df /audio/sphinxbase | |
parent | Stage support (diff) |
- Stage support
- Use pathfix instead of REINPLACE_CMD
Diffstat (limited to 'audio/sphinxbase')
-rw-r--r-- | audio/sphinxbase/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/sphinxbase/Makefile b/audio/sphinxbase/Makefile index 0aaf499ca9e3..6ab6b39ae3ce 100644 --- a/audio/sphinxbase/Makefile +++ b/audio/sphinxbase/Makefile @@ -10,8 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= CMU Sphinx Speech recognition system base USE_LDCONFIG= yes -NO_STAGE= yes -USES= gmake bison +USES= bison gmake pathfix USE_AUTOTOOLS= libtool CONFIGURE_ARGS+= --without-python --without-lapack @@ -46,7 +45,4 @@ CONFIGURE_ARGS+= --enable-threads CONFIGURE_ARGS+= --disable-threads .endif -post-patch: - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in - .include <bsd.port.mk> |