mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
5f806c8f15
commit
48ab996819
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359620
@ -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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user