diff options
Diffstat (limited to 'textproc/lttoolbox/Makefile')
-rw-r--r-- | textproc/lttoolbox/Makefile | 6 |
1 files changed, 3 insertions, 3 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}" |