|
Lines 184-195
_TCLTK_WRAPPER_PORT= wish:x11-toolkits/tk-wrapper
Link Here
|
| 184 |
.endif |
184 |
.endif |
| 185 |
|
185 |
|
| 186 |
# Construct the correct dependency lines (Tcl/Tk) |
186 |
# Construct the correct dependency lines (Tcl/Tk) |
| 187 |
. if ${_TCLTK_PORT} == "tcl" |
187 |
.if ${_TCLTK_PORT} == "tcl" |
| 188 |
_TCLTK_EXE_LINE= tclsh${TCL_VER}:lang/tcl${_TCLTK_WANTED_VERSION} |
188 |
_TCLTK_EXE_LINE= tclsh${TCL_VER}:lang/tcl${_TCLTK_WANTED_VERSION} |
| 189 |
_TCLTK_LIB_LINE= libtcl${TCL_SHLIB_VER}.so:lang/tcl${_TCLTK_WANTED_VERSION} |
189 |
_TCLTK_LIB_LINE= libtcl${TCL_SHLIB_VER}.so:lang/tcl${_TCLTK_WANTED_VERSION} |
| 190 |
. elif ${_TCLTK_PORT} == "tk" |
190 |
.elif ${_TCLTK_PORT} == "tk" |
| 191 |
_TCLTK_EXE_LINE= wish${TK_VER}:x11-toolkits/tk${_TCLTK_WANTED_VERSION} |
191 |
_TCLTK_EXE_LINE= wish${TK_VER}:x11-toolkits/tk${_TCLTK_WANTED_VERSION} |
| 192 |
_TCLTK_LIB_LINE= libtk${TK_SHLIB_VER}.so:x11-toolkits/tk${_TCLTK_WANTED_VERSION} |
192 |
_TCLTK_LIB_LINE= libtk${TK_SHLIB_VER}.so:x11-toolkits/tk${_TCLTK_WANTED_VERSION} \ |
|
|
193 |
libtcl${TCL_SHLIB_VER}.so:lang/tcl${_TCLTK_WANTED_VERSION} |
| 193 |
.endif |
194 |
.endif |
| 194 |
|
195 |
|
| 195 |
.if ${tcl_ARGS:Mbuild} |
196 |
.if ${tcl_ARGS:Mbuild} |