From 87bbede1f1bd6366cb724deac4068495aae6b7aa Mon Sep 17 00:00:00 2001 From: tijl Date: Wed, 2 Jul 2014 18:18:07 +0000 Subject: Convert to USES=libtool --- textproc/sary/Makefile | 8 ++++---- textproc/sary/pkg-plist | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'textproc/sary') diff --git a/textproc/sary/Makefile b/textproc/sary/Makefile index b54e38593818..78ea975be5c8 100644 --- a/textproc/sary/Makefile +++ b/textproc/sary/Makefile @@ -3,16 +3,16 @@ PORTNAME= sary PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://sary.sourceforge.net/ MAINTAINER= ports@FreeBSD.org -COMMENT= A suffix array library and tools, which provide fast full-text search +COMMENT= Suffix array library and tools, which provide fast full-text search -USES= pathfix pkgconfig +GNU_CONFIGURE= yes +USES= libtool pathfix pkgconfig USE_GNOME= glib20 -USE_AUTOTOOLS= libtool USE_LDCONFIG= yes post-patch: diff --git a/textproc/sary/pkg-plist b/textproc/sary/pkg-plist index 43220de11fae..b2f471465950 100644 --- a/textproc/sary/pkg-plist +++ b/textproc/sary/pkg-plist @@ -18,9 +18,9 @@ include/sary/str.h include/sary/text.h include/sary/writer.h lib/libsary.a -lib/libsary.la lib/libsary.so lib/libsary.so.10 +lib/libsary.so.10.0.0 libdata/pkgconfig/sary.pc man/man1/mksary.1.gz man/man1/sary.1.gz -- cgit