diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-03 02:18:07 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-03 02:18:07 +0800 |
commit | d7a316a1cff0dde64a13c538be68010bc6106a58 (patch) | |
tree | 8aa5bee8b6784f07e58bf0bc8a0637184819fe25 /textproc | |
parent | bcad40808bd188b85fc83064efa8f0d3d80d1d2b (diff) | |
download | freebsd-ports-gnome-d7a316a1cff0dde64a13c538be68010bc6106a58.tar.gz freebsd-ports-gnome-d7a316a1cff0dde64a13c538be68010bc6106a58.tar.zst freebsd-ports-gnome-d7a316a1cff0dde64a13c538be68010bc6106a58.zip |
Convert to USES=libtool
Diffstat (limited to 'textproc')
-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 |