diff options
-rw-r--r-- | x11-toolkits/tk83/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tk84/Makefile | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index 2bf3c8fc0d3..0684bd20803 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/Makefile @@ -105,7 +105,6 @@ MLINKS= 3DBorder.3 Tk_Alloc3DBorderFromObj.3 \ Clipboard.3 Tk_ClipboardAppend.3 \ ClrSelect.3 Tk_ClearSelection.3 \ ConfigWidg.3 Tk_ConfigureWidget.3 \ - ConfigWidg.3 Tk_Offset.3 \ ConfigWidg.3 Tk_ConfigureInfo.3 \ ConfigWidg.3 Tk_ConfigureValue.3 \ ConfigWidg.3 Tk_FreeOptions.3 \ @@ -269,6 +268,7 @@ MLINKS= 3DBorder.3 Tk_Alloc3DBorderFromObj.3 \ SetOptions.3 Tk_GetOptionValue.3 \ SetOptions.3 Tk_GetOptionInfo.3 \ SetOptions.3 Tk_FreeConfigOptions.3 \ + SetOptions.3 Tk_Offset.3 \ SetVisual.3 Tk_SetWindowVisual.3 \ StrictMotif.3 Tk_StrictMotif.3 \ TextLayout.3 Tk_ComputeTextLayout.3 \ diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index d643b8bf66e..16e64682a3f 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -109,7 +109,6 @@ MLINKS= 3DBorder.3 Tk_Alloc3DBorderFromObj.3 \ Clipboard.3 Tk_ClipboardAppend.3 \ ClrSelect.3 Tk_ClearSelection.3 \ ConfigWidg.3 Tk_ConfigureWidget.3 \ - ConfigWidg.3 Tk_Offset.3 \ ConfigWidg.3 Tk_ConfigureInfo.3 \ ConfigWidg.3 Tk_ConfigureValue.3 \ ConfigWidg.3 Tk_FreeOptions.3 \ |