aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses/tk.mk
blob: d3f82a61d96b493ad3b39f4a6d7e7008fd0cb71d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$
#
# vim: ts=8 noexpandtab
#
#

.if ${USES:Mtcl} || ${USES:Mtcl\:*}
IGNORE= Do not set both tcl and tk in USES
.endif

.if defined(tk_ARGS)
tcl_ARGS:=  ${tk_ARGS}
.endif

_TCLTK_PORT=    tk

.include "${PORTSDIR}/Mk/Uses/tcl.mk"