Index: head/textproc/wv2/Makefile =================================================================== --- head/textproc/wv2/Makefile (revision 493161) +++ head/textproc/wv2/Makefile (revision 493162) @@ -1,25 +1,26 @@ # Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= wv2 PORTVERSION= 0.4.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MASTER_SITES= SF/wvware/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= phascolarctos@protonmail.ch COMMENT= Library providing routines to access Microsoft Word files LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING.LIB +USES= cmake gnome iconv libtool pkgconfig tar:bzip2 USE_GNOME= libgsf -GNU_CONFIGURE= yes -USES= cmake iconv libtool pkgconfig tar:bzip2 USE_LDCONFIG= yes + +GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e 's|glib/giochannel.h|glib.h|g' \ ${WRKSRC}/src/olestream.h .include