diff options
| author | Steve Price <steve@FreeBSD.org> | 1999-11-29 03:53:02 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1999-11-29 03:53:02 +0000 |
| commit | a3fa291b14164df00dc87bc49609a25e9d83cf25 (patch) | |
| tree | 4975fb337235e3361f7ac806d89d29b07c2db8b3 | |
| parent | 0621e3654053f4825598aaab135e7dc51d967cfc (diff) | |
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. :)
| -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 cc7657730bab..2ac9f36f8cc9 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 |
