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