mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files Approved by: portmgr blanket
This commit is contained in:
parent
9d8cf905f0
commit
a9ed542531
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358650
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= wv2
|
||||
PORTVERSION= 0.4.2
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/wvware/
|
||||
|
||||
@ -11,8 +11,8 @@ MAINTAINER= fluffy@FreeBSD.org
|
||||
COMMENT= A library providing routines to access Microsoft Word files
|
||||
|
||||
USE_GNOME= libgsf
|
||||
USE_BZIP2= yes
|
||||
USES= cmake iconv pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cmake iconv pkgconfig libtool tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
|
@ -25,7 +25,6 @@ include/wv2/word_helper.h
|
||||
include/wv2/wv2version.h
|
||||
include/wv2/wvlog.h
|
||||
include/wv2/zcodec.hxx
|
||||
lib/libwv2.la
|
||||
lib/libwv2.so
|
||||
lib/libwv2.so.4
|
||||
lib/libwv2.so.4.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user