1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/Mk/Uses/tk.mk
Pietro Cerutti 3199a3d84e - Handle the case where both tcl and tk are part of USES
Approved by:	bapt (portmgr)
2014-01-10 13:44:54 +00:00

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"