aboutsummaryrefslogtreecommitdiffstats
path: root/math/openfst/Makefile
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2016-02-17 23:06:42 +0800
committerdemon <demon@FreeBSD.org>2016-02-17 23:06:42 +0800
commitae1db4796e43c8e78266b24615962d27074825c3 (patch)
tree88990df21d2c02a14b90ae53bf9945755e274eca /math/openfst/Makefile
parentb5206f650af80bc8ec788a5cec656fa49d4f5d49 (diff)
downloadfreebsd-ports-gnome-ae1db4796e43c8e78266b24615962d27074825c3.tar.gz
freebsd-ports-gnome-ae1db4796e43c8e78266b24615962d27074825c3.tar.zst
freebsd-ports-gnome-ae1db4796e43c8e78266b24615962d27074825c3.zip
Update to version 1.5.1.
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>