From 48ab9968198572031f186663e919e66eb85a45e1 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 27 Jun 2014 22:24:16 +0000 Subject: [PATCH] - Switch to USES=libtool, drop .la files Approved by: portmgr blanket --- textproc/libunibreak/Makefile | 4 ++-- textproc/libunibreak/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/textproc/libunibreak/Makefile b/textproc/libunibreak/Makefile index 522563869670..b5a736e911b6 100644 --- a/textproc/libunibreak/Makefile +++ b/textproc/libunibreak/Makefile @@ -3,7 +3,7 @@ PORTNAME= libunibreak PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION} @@ -13,6 +13,6 @@ COMMENT= Implementation of the line and word breaking algorithm for Unicode GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= pathfix +USES= pathfix libtool .include diff --git a/textproc/libunibreak/pkg-plist b/textproc/libunibreak/pkg-plist index d3234f39154a..7454b0d8cd2d 100644 --- a/textproc/libunibreak/pkg-plist +++ b/textproc/libunibreak/pkg-plist @@ -3,7 +3,7 @@ include/linebreakdef.h include/wordbreak.h include/wordbreakdef.h lib/libunibreak.a -lib/libunibreak.la lib/libunibreak.so lib/libunibreak.so.1 +lib/libunibreak.so.1.0.1 libdata/pkgconfig/libunibreak.pc