diff options
author | agc <agc> | 1998-01-30 13:56:55 +0000 |
---|---|---|
committer | agc <agc> | 1998-01-30 13:56:55 +0000 |
commit | a4f26ebe1ae83222fe52b008eb3053dbcb7bf063 (patch) | |
tree | b79d1031fdf80bdda3abcf954902b18169651274 /x11/tk80 | |
parent | 0db0fc6fc6c94e5c32f0348a48267f2d3c64e4e6 (diff) | |
download | pkgsrc-a4f26ebe1ae83222fe52b008eb3053dbcb7bf063.tar.gz |
Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
Diffstat (limited to 'x11/tk80')
-rw-r--r-- | x11/tk80/Makefile | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/x11/tk80/Makefile b/x11/tk80/Makefile index ba3d6ac4156..61387abf335 100644 --- a/x11/tk80/Makefile +++ b/x11/tk80/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $NetBSD: Makefile,v 1.5 1998/01/25 00:16:37 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1998/01/30 13:57:36 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/10/01 09:20:31 tg Exp # @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/ MAINTAINER= jkh@Freebsd.ORG -LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tcl80.1.:${PORTSDIR}/lang/tcl80 WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes @@ -27,8 +27,31 @@ MANCOMPRESSED= yes .endif MAN1= wish.1 -MAN3= 3DBorder.3 BindTable.3 CanvPsY.3 CanvTkwin.3 CanvTxtInfo.3 Clipboard.3 ClrSelect.3 ConfigWidg.3 ConfigWind.3 CoordToWin.3 CrtErrHdlr.3 CrtGenHdlr.3 CrtImgType.3 CrtItemType.3 CrtPhImgFmt.3 CrtSelHdlr.3 CrtWindow.3 DeleteImg.3 DrawFocHlt.3 EventHndlr.3 FindPhoto.3 FontId.3 FreeXId.3 GeomReq.3 GetAnchor.3 GetBitmap.3 GetCapStyl.3 GetClrmap.3 GetColor.3 GetCursor.3 GetFont.3 GetGC.3 GetImage.3 GetJoinStl.3 GetJustify.3 GetOption.3 GetPixels.3 GetPixmap.3 GetRelief.3 GetRootCrd.3 GetScroll.3 GetSelect.3 GetUid.3 GetVRoot.3 GetVisual.3 HandleEvent.3 IdToWindow.3 ImgChanged.3 InternAtom.3 MainLoop.3 MainWin.3 MaintGeom.3 ManageGeom.3 MapWindow.3 MeasureChar.3 MoveToplev.3 Name.3 NameOfImg.3 OwnSelect.3 ParseArgv.3 QWinEvent.3 Restack.3 RestrictEv.3 SetAppName.3 SetClass.3 SetGrid.3 SetVisual.3 StrictMotif.3 TextLayout.3 Tk_Init.3 Tk_Main.3 WindowId.3 -MANN= bell.n bind.n bindtags.n bitmap.n button.n canvas.n checkbutton.n chooseColor.n clipboard.n destroy.n dialog.n entry.n event.n focus.n focusNext.n font.n frame.n getOpenFile.n grab.n grid.n image.n label.n listbox.n loadTk.n lower.n menu.n menubar.n menubutton.n message.n messageBox.n option.n optionMenu.n options.n pack-old.n pack.n palette.n photo.n place.n popup.n radiobutton.n raise.n scale.n scrollbar.n selection.n send.n text.n tk.n tkerror.n tkvars.n tkwait.n toplevel.n winfo.n wm.n +MAN3= 3DBorder.3 BindTable.3 CanvPsY.3 CanvTkwin.3 + CanvTxtInfo.3 Clipboard.3 ClrSelect.3 ConfigWidg.3 + ConfigWind.3 CoordToWin.3 CrtErrHdlr.3 CrtGenHdlr.3 + CrtImgType.3 CrtItemType.3 CrtPhImgFmt.3 CrtSelHdlr.3 + CrtWindow.3 DeleteImg.3 DrawFocHlt.3 EventHndlr.3 + FindPhoto.3 FontId.3 FreeXId.3 GeomReq.3 GetAnchor.3 + GetBitmap.3 GetCapStyl.3 GetClrmap.3 GetColor.3 GetCursor.3 + GetFont.3 GetGC.3 GetImage.3 GetJoinStl.3 GetJustify.3 + GetOption.3 GetPixels.3 GetPixmap.3 GetRelief.3 + GetRootCrd.3 GetScroll.3 GetSelect.3 GetUid.3 GetVRoot.3 + GetVisual.3 HandleEvent.3 IdToWindow.3 ImgChanged.3 + InternAtom.3 MainLoop.3 MainWin.3 MaintGeom.3 ManageGeom.3 + MapWindow.3 MeasureChar.3 MoveToplev.3 Name.3 NameOfImg.3 + OwnSelect.3 ParseArgv.3 QWinEvent.3 Restack.3 RestrictEv.3 + SetAppName.3 SetClass.3 SetGrid.3 SetVisual.3 StrictMotif.3 + TextLayout.3 Tk_Init.3 Tk_Main.3 WindowId.3 +MANN= bell.n bind.n bindtags.n bitmap.n button.n canvas.n + checkbutton.n chooseColor.n clipboard.n destroy.n dialog.n + entry.n event.n focus.n focusNext.n font.n frame.n + getOpenFile.n grab.n grid.n image.n label.n listbox.n + loadTk.n lower.n menu.n menubar.n menubutton.n message.n + messageBox.n option.n optionMenu.n options.n pack-old.n + pack.n palette.n photo.n place.n popup.n radiobutton.n + raise.n scale.n scrollbar.n selection.n send.n text.n tk.n + tkerror.n tkvars.n tkwait.n toplevel.n winfo.n wm.n post-install: ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true |