diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-03 05:08:55 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-03 05:08:55 +0800 |
commit | fd6d22427a33e815799fd34bc0dbc70e8a68da31 (patch) | |
tree | 770857c7a14ebb49f44c983daee8ea8ff21e34e8 /textproc | |
parent | 540c47636977532f4c1f40e6cf678ec34dc6e302 (diff) | |
download | freebsd-ports-gnome-fd6d22427a33e815799fd34bc0dbc70e8a68da31.tar.gz freebsd-ports-gnome-fd6d22427a33e815799fd34bc0dbc70e8a68da31.tar.zst freebsd-ports-gnome-fd6d22427a33e815799fd34bc0dbc70e8a68da31.zip |
Add USES=libtool
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/lttoolbox/Makefile | 6 | ||||
-rw-r--r-- | textproc/lttoolbox/pkg-plist | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/textproc/lttoolbox/Makefile b/textproc/lttoolbox/Makefile index fd0c335e18ee..9b1140800ad9 100644 --- a/textproc/lttoolbox/Makefile +++ b/textproc/lttoolbox/Makefile @@ -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}" diff --git a/textproc/lttoolbox/pkg-plist b/textproc/lttoolbox/pkg-plist index 46bea301edca..44dbcb92739e 100644 --- a/textproc/lttoolbox/pkg-plist +++ b/textproc/lttoolbox/pkg-plist @@ -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 |