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

(-)Makefile (-1 / +3 lines)
Lines 32-40 Link Here
32
SETUP_FILE=	Setup
32
SETUP_FILE=	Setup
33
33
34
#
34
#
35
# Support for Tk is compiled in by default.
35
# Support for Tk is compiled in by default only if X11 is installed.
36
#
36
#
37
.if exists(${X11_BASE})
37
WITH_TK?=	yes
38
WITH_TK?=	yes
39
.endif
38
.if defined(WITH_TK) && $(WITH_TK) == yes
40
.if defined(WITH_TK) && $(WITH_TK) == yes
39
TK_DEPENDS=	tk82.1:${PORTSDIR}/x11-toolkits/tk82
41
TK_DEPENDS=	tk82.1:${PORTSDIR}/x11-toolkits/tk82
40
SETUP_LOCAL=	Setup.tk
42
SETUP_LOCAL=	Setup.tk

Return to bug 15910