mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
5b4f2ad658
make things a bit more consistent. Approved by: portmgr (bapt)
13 lines
147 B
Makefile
13 lines
147 B
Makefile
# $FreeBSD$
|
|
#
|
|
# vim: ts=8 noexpandtab
|
|
#
|
|
|
|
.if defined(tk_ARGS)
|
|
tcl_ARGS:= ${tk_ARGS}
|
|
.endif
|
|
|
|
_TCLTK_PORT= tk
|
|
|
|
.include "${PORTSDIR}/Mk/Uses/tcl.mk"
|