diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-03 02:18:07 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-03 02:18:07 +0800 |
commit | 87bbede1f1bd6366cb724deac4068495aae6b7aa (patch) | |
tree | 8aa5bee8b6784f07e58bf0bc8a0637184819fe25 /textproc/sary | |
parent | 866a2d60efee65a9d00ce9ed5ae4ff773da5cd55 (diff) | |
download | freebsd-ports-gnome-87bbede1f1bd6366cb724deac4068495aae6b7aa.tar.gz freebsd-ports-gnome-87bbede1f1bd6366cb724deac4068495aae6b7aa.tar.zst freebsd-ports-gnome-87bbede1f1bd6366cb724deac4068495aae6b7aa.zip |
Convert to USES=libtool
Diffstat (limited to 'textproc/sary')
-rw-r--r-- | textproc/sary/Makefile | 8 | ||||
-rw-r--r-- | textproc/sary/pkg-plist | 2 |
2 files changed, 5 insertions, 5 deletions
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 |