diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-20 22:41:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-20 22:41:35 +0000 |
commit | a9ed542531bcdf46c77a50b17ad7aae38d933178 (patch) | |
tree | cff2c2d673c64efa69fd9c081ba1059b3ccd772d /textproc/wv2 | |
parent | 9d8cf905f0287e1c0add83db7dd81fb638764186 (diff) | |
download | ports-a9ed542531bcdf46c77a50b17ad7aae38d933178.tar.gz ports-a9ed542531bcdf46c77a50b17ad7aae38d933178.zip |
Notes
Diffstat (limited to 'textproc/wv2')
-rw-r--r-- | textproc/wv2/Makefile | 6 | ||||
-rw-r--r-- | textproc/wv2/pkg-plist | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/textproc/wv2/Makefile b/textproc/wv2/Makefile index 89ac79e210f6..4ce978260879 100644 --- a/textproc/wv2/Makefile +++ b/textproc/wv2/Makefile @@ -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: diff --git a/textproc/wv2/pkg-plist b/textproc/wv2/pkg-plist index 32f0d85cad94..7c18e1037055 100644 --- a/textproc/wv2/pkg-plist +++ b/textproc/wv2/pkg-plist @@ -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 |