diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-07-10 02:55:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-07-10 02:55:48 +0000 |
commit | 6346c39d565e2f09aaa961896e1c6c213ed5324d (patch) | |
tree | a41f7a515909f232fb9a94f5d7301f8406398006 /net-mgmt | |
parent | 826e5e3cf74bc00f5d3aa1d6d159bcdbfdc9dc2b (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index 9bb2bea971be..2925f5df1b48 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/scotty3/Makefile @@ -3,16 +3,16 @@ # Date created: 18 Februar 1995 # Whom: Gennady Sorokopud <gena@netvision.net.il> # -# $Id: Makefile,v 1.8 1995/11/27 04:05:32 asami Exp $ +# $Id: Makefile,v 1.9 1996/06/07 06:30:03 gpalmer Exp $ # DISTNAME= scotty-2.0.2 CATEGORIES+= net MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ -LIB_DEPENDS= tk40\\.1\\.:${PORTSDIR}/x11/tk \ - tcl74\\.1\\.:${PORTSDIR}/lang/tcl -EXEC_DEPENDS= wishx:${PORTSDIR}/lang/tclX +LIB_DEPENDS= tk40\\.1\\.:${PORTSDIR}/x11/tk4 \ + tcl74\\.1\\.:${PORTSDIR}/lang/tcl74 +EXEC_DEPENDS= wishx:${PORTSDIR}/lang/tclX74 HAS_CONFIGURE= yes GNU_CONFIGURE= yes |