mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add USES=libtool
This commit is contained in:
parent
eeaaf77bc5
commit
f0b28e4f86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360265
@ -3,12 +3,12 @@
|
||||
|
||||
PORTNAME= lttoolbox
|
||||
PORTVERSION= ${APVER}.${APREV}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/apertium/${PORTNAME}/${APVER}
|
||||
|
||||
MAINTAINER= i@levsha.me
|
||||
COMMENT= A tool for lexical, morphological analysis and generation of words
|
||||
COMMENT= Tool for lexical, morphological analysis and generation of words
|
||||
|
||||
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
@ -17,7 +17,7 @@ APREV= 0
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= pathfix pkgconfig
|
||||
USES= libtool pathfix pkgconfig
|
||||
|
||||
PLIST_SUB+= APVER="${APVER}"
|
||||
|
||||
|
@ -27,10 +27,9 @@ include/lttoolbox-%%APVER%%/lttoolbox/tmx_compiler.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/trans_exe.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/transducer.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/xml_parse_util.h
|
||||
lib/liblttoolbox3-%%APVER%%.so
|
||||
lib/liblttoolbox3-%%APVER%%.so.0
|
||||
lib/liblttoolbox3-%%APVER%%.so.0.0.0
|
||||
lib/liblttoolbox3.a
|
||||
lib/liblttoolbox3.la
|
||||
lib/liblttoolbox3.so
|
||||
libdata/pkgconfig/lttoolbox-%%APVER%%.pc
|
||||
%%DATADIR%%/dix.dtd
|
||||
|
Loading…
Reference in New Issue
Block a user