diff options
author | steve <steve@FreeBSD.org> | 1999-11-29 03:53:02 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-29 03:53:02 +0000 |
commit | d349f2d3fa64d76bc84eb1e241685ae4b987a0db (patch) | |
tree | fc7ef5fab704fa4a6fe595e625c67e383ba98c29 /misc/sshbuddy | |
parent | 62a82b987fb30099c5322e12809807f983e6db93 (diff) | |
download | FreeBSD-ports-d349f2d3fa64d76bc84eb1e241685ae4b987a0db.zip FreeBSD-ports-d349f2d3fa64d76bc84eb1e241685ae4b987a0db.tar.gz |
No need to have LIB_DEPENDS on tcl/tk since the expect port takes care
of this for us. It also means that since the expect port now uses Tcl/Tk
version 8.2 we won't have both 8.0 and 8.2 laying about with only one tof
them actually being used. :)
Diffstat (limited to 'misc/sshbuddy')
-rw-r--r-- | misc/sshbuddy/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/sshbuddy/Makefile b/misc/sshbuddy/Makefile index cc76577..2ac9f36 100644 --- a/misc/sshbuddy/Makefile +++ b/misc/sshbuddy/Makefile @@ -15,8 +15,6 @@ EXTRACT_SUFX= .tar MAINTAINER= dan@freebsd.org RUN_DEPENDS= expectk:${PORTSDIR}/lang/expect -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 \ - tk80.1:${PORTSDIR}/x11-toolkits/tk80 NO_BUILD= yes WRKSRC= ${WRKDIR}/beta1.02 |