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
8e9dafc3fb
commit
2a00c5058e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358673
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= htmlcxx
|
||||
PORTVERSION= 0.85
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www textproc
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LGPL_V2
|
||||
|
||||
BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison
|
||||
|
||||
USES= iconv
|
||||
USES= iconv libtool
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -13,15 +13,15 @@ include/htmlcxx/html/tld.h
|
||||
include/htmlcxx/html/tree.h
|
||||
include/htmlcxx/html/utils.h
|
||||
libdata/pkgconfig/htmlcxx.pc
|
||||
lib/libcss_parser.la
|
||||
lib/libcss_parser.so
|
||||
lib/libcss_parser.so.0
|
||||
lib/libcss_parser_pp.la
|
||||
lib/libcss_parser.so.0.0.0
|
||||
lib/libcss_parser_pp.so
|
||||
lib/libcss_parser_pp.so.0
|
||||
lib/libhtmlcxx.la
|
||||
lib/libcss_parser_pp.so.0.0.0
|
||||
lib/libhtmlcxx.so
|
||||
lib/libhtmlcxx.so.4
|
||||
lib/libhtmlcxx.so.3
|
||||
lib/libhtmlcxx.so.3.1.0
|
||||
share/htmlcxx/css/default.css
|
||||
@dirrm share/htmlcxx/css
|
||||
@dirrm share/htmlcxx
|
||||
|
Loading…
Reference in New Issue
Block a user