diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-21 15:05:26 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-21 15:05:26 +0800 |
commit | 31b4e8cb7390083f84c5dc147b7d5424032e906c (patch) | |
tree | 24670e971c7524a2689829c4506484b3d4ef3374 /www | |
parent | e1ccc659db481927bf9b9dd4da379c3f9799a710 (diff) | |
download | freebsd-ports-gnome-31b4e8cb7390083f84c5dc147b7d5424032e906c.tar.gz freebsd-ports-gnome-31b4e8cb7390083f84c5dc147b7d5424032e906c.tar.zst freebsd-ports-gnome-31b4e8cb7390083f84c5dc147b7d5424032e906c.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'www')
-rw-r--r-- | www/htmlcxx/Makefile | 3 | ||||
-rw-r--r-- | www/htmlcxx/pkg-plist | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/htmlcxx/Makefile b/www/htmlcxx/Makefile index 8bc4ac9175a8..9c50e4cde503 100644 --- a/www/htmlcxx/Makefile +++ b/www/htmlcxx/Makefile @@ -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 diff --git a/www/htmlcxx/pkg-plist b/www/htmlcxx/pkg-plist index d76d41a24635..e5af6fce728b 100644 --- a/www/htmlcxx/pkg-plist +++ b/www/htmlcxx/pkg-plist @@ -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 |