mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Use correct directory for USE_LDCONFIG;
Remove obsoleted @dirrm's.
This commit is contained in:
parent
958771a1eb
commit
3a5717fa24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371271
@ -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
|
||||
|
||||
|
@ -334,11 +334,3 @@ lib/libfst.so.3.0.0
|
||||
lib/libfstscript.so
|
||||
lib/libfstscript.so.1
|
||||
lib/libfstscript.so.1.0.0
|
||||
@dirrm lib/fst
|
||||
@dirrm include/fst/extensions/far
|
||||
@dirrm include/fst/extensions/linear
|
||||
@dirrm include/fst/extensions/ngram
|
||||
@dirrm include/fst/extensions/pdt
|
||||
@dirrm include/fst/extensions
|
||||
@dirrm include/fst/script
|
||||
@dirrm include/fst
|
||||
|
Loading…
Reference in New Issue
Block a user