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

(-)Makefile (-4 / +8 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	chmsee
8
PORTNAME=	chmsee
9
PORTVERSION=	0.9.6
9
PORTVERSION=	0.9.6
10
PORTREVISION=	3
10
PORTREVISION=	4
11
CATEGORIES=	deskutils gnome
11
CATEGORIES=	deskutils gnome
12
MASTER_SITES=	http://chmsee.gro.clinux.org/
12
MASTER_SITES=	http://chmsee.gro.clinux.org/
13
13
Lines 15-21 Link Here
15
COMMENT=	A viewer for Microsoft Help "CHM" files
15
COMMENT=	A viewer for Microsoft Help "CHM" files
16
16
17
LIB_DEPENDS=	chm.0:${PORTSDIR}/misc/chmlib \
17
LIB_DEPENDS=	chm.0:${PORTSDIR}/misc/chmlib \
18
    		gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38
18
    		gtkhtml-3.14:${PORTSDIR}/www/gtkhtml3
19
19
20
USE_GETTEXT=	yes
20
USE_GETTEXT=	yes
21
USE_GNOME=	gtk20 libglade2 gnomeprefix gnomehack libgnome
21
USE_GNOME=	gtk20 libglade2 gnomeprefix gnomehack libgnome
Lines 25-31 Link Here
25
USE_X_PREFIX=	yes
25
USE_X_PREFIX=	yes
26
USE_BZIP2=	yes
26
USE_BZIP2=	yes
27
27
28
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
28
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
29
		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
29
		LDFLAGS="-L${LOCALBASE}/lib"
30
31
post-patch:
32
	@${REINPLACE_CMD} 's|libgtkhtml-3.8|libgtkhtml-3.14|g' \
33
		${WRKSRC}/configure
30
34
31
.include <bsd.port.mk>
35
.include <bsd.port.mk>

Return to bug 113657