summaryrefslogtreecommitdiff
path: root/audio/sphinxbase/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sphinxbase/Makefile')
-rw-r--r--audio/sphinxbase/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/sphinxbase/Makefile b/audio/sphinxbase/Makefile
index 0cb09061b8ef..c27e8bfb1735 100644
--- a/audio/sphinxbase/Makefile
+++ b/audio/sphinxbase/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sphinxbase
PORTVERSION= 0.3
+PORTREVISION= 1
CATEGORIES= audio accessibility
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cmusphinx
@@ -17,7 +18,8 @@ COMMENT= CMU SPhinx Speech recognition system base
USE_LDCONFIG= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15 automake:19
+USE_GNOME= gnomehack
+USE_AUTOTOOLS= libtool:22
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@@ -25,7 +27,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAKE_ENV= MKDIR="${MKDIR}" \
OSVERSION=${OSVERSION}
-post-patch:
- @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.am
-
.include <bsd.port.mk>