Framework: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
829a81867a
commit
8e974aa7fc
2 changed files with 4 additions and 6 deletions
3
MOVED
3
MOVED
|
|
@ -8594,9 +8594,6 @@ ftp/fget||2016-07-04|Has expired: Broken for more than 6 months
|
|||
net-mgmt/netmond||2016-07-04|Has expired: Broken for more than 6 months
|
||||
net-mgmt/ipfm||2016-07-04|Has expired: Broken for more than 6 months
|
||||
textproc/py-dbf|databases/py-dbf|2016-07-05|Duplicate port deleted
|
||||
games/freetennis||2016-07-05|Depends on expired graphics/ocaml-images
|
||||
graphics/ocaml-images||2016-07-05|Has expired: Depends on expiring devel/omake
|
||||
devel/omake||2016-07-05|Has expired: Broken for more than 6 months
|
||||
www/yahoo-ui||2016-07-05|Has expired: Broken for more than 6 months
|
||||
sysutils/moosefs-cgi|sysutils/moosefs2-cgi|2016-07-07|Moved to a numbered port name
|
||||
sysutils/moosefs-cgiserv|sysutils/moosefs2-cgiserv|2016-07-07|Moved to a numbered port name
|
||||
|
|
|
|||
|
|
@ -184,12 +184,13 @@ _TCLTK_WRAPPER_PORT= wish:x11-toolkits/tk-wrapper
|
|||
.endif
|
||||
|
||||
# Construct the correct dependency lines (Tcl/Tk)
|
||||
. if ${_TCLTK_PORT} == "tcl"
|
||||
.if ${_TCLTK_PORT} == "tcl"
|
||||
_TCLTK_EXE_LINE= tclsh${TCL_VER}:lang/tcl${_TCLTK_WANTED_VERSION}
|
||||
_TCLTK_LIB_LINE= libtcl${TCL_SHLIB_VER}.so:lang/tcl${_TCLTK_WANTED_VERSION}
|
||||
. elif ${_TCLTK_PORT} == "tk"
|
||||
.elif ${_TCLTK_PORT} == "tk"
|
||||
_TCLTK_EXE_LINE= wish${TK_VER}:x11-toolkits/tk${_TCLTK_WANTED_VERSION}
|
||||
_TCLTK_LIB_LINE= libtk${TK_SHLIB_VER}.so:x11-toolkits/tk${_TCLTK_WANTED_VERSION}
|
||||
_TCLTK_LIB_LINE= libtk${TK_SHLIB_VER}.so:x11-toolkits/tk${_TCLTK_WANTED_VERSION} \
|
||||
libtcl${TCL_SHLIB_VER}.so:lang/tcl${_TCLTK_WANTED_VERSION}
|
||||
.endif
|
||||
|
||||
.if ${tcl_ARGS:Mbuild}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue