summaryrefslogtreecommitdiff
path: root/audio/sphinxbase
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-17 22:29:42 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-17 22:29:42 +0000
commit3cb5d8482d4de5cbcf4830297b008ab631f044d1 (patch)
tree014519be01260599a2b72e2b3f7d00aba4aaa6df /audio/sphinxbase
parentStage support (diff)
- Stage support
- Use pathfix instead of REINPLACE_CMD
Notes
Notes: svn path=/head/; revision=340131
Diffstat (limited to 'audio/sphinxbase')
-rw-r--r--audio/sphinxbase/Makefile6
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>