mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
3199a3d84e
Approved by: bapt (portmgr)
14 lines
149 B
Makefile
14 lines
149 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"
|