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

(-)logjam/Makefile (+4 lines)
Lines 24-29 Link Here
24
24
25
MAN1=		logjam.1
25
MAN1=		logjam.1
26
26
27
USE_REINPLACE=	yes
27
USE_BZIP2=	yes
28
USE_BZIP2=	yes
28
USE_GMAKE=	yes
29
USE_GMAKE=	yes
29
WANT_GNOME=	yes
30
WANT_GNOME=	yes
Lines 68-72 Link Here
68
	@${ECHO_MSG} "		WITHOUT_GTKSPELL	Disable spell checking"
69
	@${ECHO_MSG} "		WITHOUT_GTKSPELL	Disable spell checking"
69
	@${ECHO_MSG} "		WITH_XMMS		Enable XMMS music detection"
70
	@${ECHO_MSG} "		WITH_XMMS		Enable XMMS music detection"
70
	@${ECHO_MSG} ""
71
	@${ECHO_MSG} ""
72
73
post-patch:
74
	@${REINPLACE_CMD} -e 's|libgtkhtml-3.0|libgtkhtml-3.1|g' ${WRKSRC}/configure
71
75
72
.include <bsd.port.post.mk>
76
.include <bsd.port.post.mk>

Return to bug 74260