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"