mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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 changed files with 6 additions and 5 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= htmlcxx
|
PORTNAME= htmlcxx
|
||||||
PORTVERSION= 0.85
|
PORTVERSION= 0.85
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www textproc
|
CATEGORIES= www textproc
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LGPL_V2
|
||||||
|
|
||||||
BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison
|
BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison
|
||||||
|
|
||||||
USES= iconv
|
USES= iconv libtool
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
|
|
|
@ -13,15 +13,15 @@ include/htmlcxx/html/tld.h
|
||||||
include/htmlcxx/html/tree.h
|
include/htmlcxx/html/tree.h
|
||||||
include/htmlcxx/html/utils.h
|
include/htmlcxx/html/utils.h
|
||||||
libdata/pkgconfig/htmlcxx.pc
|
libdata/pkgconfig/htmlcxx.pc
|
||||||
lib/libcss_parser.la
|
|
||||||
lib/libcss_parser.so
|
lib/libcss_parser.so
|
||||||
lib/libcss_parser.so.0
|
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
|
||||||
lib/libcss_parser_pp.so.0
|
lib/libcss_parser_pp.so.0
|
||||||
lib/libhtmlcxx.la
|
lib/libcss_parser_pp.so.0.0.0
|
||||||
lib/libhtmlcxx.so
|
lib/libhtmlcxx.so
|
||||||
lib/libhtmlcxx.so.4
|
lib/libhtmlcxx.so.3
|
||||||
|
lib/libhtmlcxx.so.3.1.0
|
||||||
share/htmlcxx/css/default.css
|
share/htmlcxx/css/default.css
|
||||||
@dirrm share/htmlcxx/css
|
@dirrm share/htmlcxx/css
|
||||||
@dirrm share/htmlcxx
|
@dirrm share/htmlcxx
|
||||||
|
|
Loading…
Add table
Reference in a new issue