aboutsummaryrefslogtreecommitdiffstats
path: root/math/openfst/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/openfst/Makefile')
-rw-r--r--math/openfst/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/openfst/Makefile b/math/openfst/Makefile
index 134835449b9a..40093941f410 100644
--- a/math/openfst/Makefile
+++ b/math/openfst/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= openfst
-PORTVERSION= 1.5.0
+PORTVERSION= 1.5.1
CATEGORIES= math
MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/
@@ -17,6 +17,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-bin --enable-compact-fsts --enable-compress --enable-const-fsts --enable-far --enable-linear-fsts --enable-lookahead-fsts --enable-mpdt --enable-ngram-fsts --enable-pdt
post-patch:
- ${REINPLACE_CMD} -e s#-ldl## ${WRKSRC}/src/extensions/far/Makefile.in ${WRKSRC}/src/extensions/pdt/Makefile.in ${WRKSRC}/src/bin/Makefile.in ${WRKSRC}/src/test/Makefile.in ${WRKSRC}/src/extensions/linear/Makefile.in ${WRKSRC}/src/extensions/compress/Makefile.in ${WRKSRC}/src/extensions/mpdt/Makefile.in
+ ${REINPLACE_CMD} -e s#-ldl## ${WRKSRC}/src/extensions/far/Makefile.in ${WRKSRC}/src/extensions/pdt/Makefile.in ${WRKSRC}/src/bin/Makefile.in ${WRKSRC}/src/test/Makefile.in ${WRKSRC}/src/extensions/linear/Makefile.in ${WRKSRC}/src/extensions/compress/Makefile.in ${WRKSRC}/src/extensions/mpdt/Makefile.in ${WRKSRC}/src/lib/Makefile.in ${WRKSRC}/src/script/Makefile.in
.include <bsd.port.mk>