View | Details | Raw Unified | Return to bug 235771
Collapse All | Expand All

(-)/usr/local/poudriere/ports/experimental/textproc/wv2/Makefile (-4 / +5 lines)
Lines 3-22 Link Here
3
3
4
PORTNAME=	wv2
4
PORTNAME=	wv2
5
PORTVERSION=	0.4.2
5
PORTVERSION=	0.4.2
6
PORTREVISION=	7
6
PORTREVISION=	8
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	SF/wvware/
8
MASTER_SITES=	SF/wvware/
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	phascolarctos@protonmail.ch
11
COMMENT=	Library providing routines to access Microsoft Word files
11
COMMENT=	Library providing routines to access Microsoft Word files
12
12
13
LICENSE=	LGPL20
13
LICENSE=	LGPL20
14
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
14
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
15
15
16
USES=		cmake gnome iconv libtool pkgconfig tar:bzip2
16
USE_GNOME=	libgsf
17
USE_GNOME=	libgsf
17
GNU_CONFIGURE=	yes
18
USES=		cmake iconv libtool pkgconfig tar:bzip2
19
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
20
GNU_CONFIGURE=	yes
20
21
21
post-patch:
22
post-patch:
22
	@${REINPLACE_CMD} -e 's|glib/giochannel.h|glib.h|g' \
23
	@${REINPLACE_CMD} -e 's|glib/giochannel.h|glib.h|g' \

Return to bug 235771