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

(-)Makefile (-1 / +4 lines)
Lines 19-25 Link Here
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
20
20
21
USE_TK=		82+
21
USE_TK=		82+
22
USE_TK_NO_THREADS=	yes
23
USE_XORG=	xext
22
USE_XORG=	xext
24
23
25
USE_AUTOTOOLS=	autoconf
24
USE_AUTOTOOLS=	autoconf
Lines 37-42 Link Here
37
CFLAGS+=	-DHAVE_UNISTD_H
36
CFLAGS+=	-DHAVE_UNISTD_H
38
CONFIGURE_ARGS+=	--with-tcl-ver=${TCL_VER} --with-tk-ver=${TK_VER}
37
CONFIGURE_ARGS+=	--with-tcl-ver=${TCL_VER} --with-tk-ver=${TK_VER}
39
38
39
.if ${USE_TCL} > 85
40
CFLAGS+=	-DUSE_INTERP_ERRORLINE -DUSE_INTERP_RESULT
41
.endif
42
40
post-patch:
43
post-patch:
41
	@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \
44
	@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \
42
		-e's|X11/Intrinsic.h|X11/Xlib.h|g' \
45
		-e's|X11/Intrinsic.h|X11/Xlib.h|g' \

Return to bug 171142