diff options
Diffstat (limited to 'math/openfst/Makefile')
-rw-r--r-- | math/openfst/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/openfst/Makefile b/math/openfst/Makefile index 78c7a4bdbacf..c2086bcbf8d5 100644 --- a/math/openfst/Makefile +++ b/math/openfst/Makefile @@ -3,7 +3,7 @@ PORTNAME= openfst PORTVERSION= 1.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/ @@ -13,7 +13,7 @@ COMMENT= Library for working with weighted finite-state transducers (FSTs) LICENSE= APACHE20 USES= compiler:c++11-lib libtool -USE_LDCONFIG= yes +USE_LDCONFIG= ${LOCALBASE}/lib/fst GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-compact-fsts --enable-const-fsts --enable-far --enable-linear-fsts --enable-ngram-fsts --enable-lookahead-fsts --enable-pdt |