diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-10-06 09:58:38 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-10-06 09:58:38 +0000 |
commit | e0d712d21014ca3f84d1a01a7422acac1c814909 (patch) | |
tree | 42a44688dae075da7e0ed9d2c55215b6a8a82fc8 /devel/tkcvs | |
parent | Removed the version number. (diff) |
Remove the dependancy on the (ex-)port tcl7.5.
Diffstat (limited to 'devel/tkcvs')
-rw-r--r-- | devel/tkcvs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile index 96decb605c92..f31a4ecae325 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -3,7 +3,7 @@ # Date created: 02 Aug 1996 # Whom: shanee@rabbit.augusta.de # -# $Id: Makefile,v 1.4 1996/08/02 21:48:04 chuckr Exp $ +# $Id: Makefile,v 1.5 1996/08/09 21:53:06 chuckr Exp $ # DISTNAME= tkcvs-6.0 @@ -12,8 +12,7 @@ MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/NEW/ MAINTAINER= shanee@rabbit.augusta.de -LIB_DEPENDS= tcl75\\.1\\.:${PORTSDIR}/lang/tcl75 \ - tk41\\.1\\.:${PORTSDIR}/x11/tk41 +LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 NO_BUILD= yes |