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
6bce7fefdf
commit
f23c877d57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360003
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= cconv
|
||||
PORTVERSION= 0.6.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= chinese converters
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
@ -14,7 +14,7 @@ LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= iconv
|
||||
USES= iconv libtool
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|unicode.h||; s|libcconv_la_LDFLAGS|cconv_LDFLAGS|' ${WRKSRC}/Makefile.in
|
||||
|
@ -1,6 +1,6 @@
|
||||
bin/cconv
|
||||
include/cconv.h
|
||||
lib/libcconv.a
|
||||
lib/libcconv.la
|
||||
lib/libcconv.so
|
||||
lib/libcconv.so.0
|
||||
lib/libcconv.so.0.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user