diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/wv2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/wv2/Makefile b/textproc/wv2/Makefile index d8e1ecd133d6..c2e8c59daa73 100644 --- a/textproc/wv2/Makefile +++ b/textproc/wv2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wv2 -PORTVERSION= 0.1.8 -PORTREVISION= 1 +PORTVERSION= 0.2.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wvware @@ -17,7 +16,7 @@ COMMENT= A library providing routines to access Microsoft Word/Excel files LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv -CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} +CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} --disable-debug USE_GNOME= gnometarget libgsf USE_LIBTOOL= yes |