diff options
author | markm <markm@FreeBSD.org> | 1996-10-06 17:58:38 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-10-06 17:58:38 +0800 |
commit | a0bcc9f3c5a117cd28ad877bad7cafdc33249dc1 (patch) | |
tree | 5915e2f74504e1ced2f768c4307b723d4ad8edcb /devel | |
parent | 6f003d04a522e9275ac7c8218ba5125d1eb0f06f (diff) | |
download | freebsd-ports-gnome-a0bcc9f3c5a117cd28ad877bad7cafdc33249dc1.tar.gz freebsd-ports-gnome-a0bcc9f3c5a117cd28ad877bad7cafdc33249dc1.tar.zst freebsd-ports-gnome-a0bcc9f3c5a117cd28ad877bad7cafdc33249dc1.zip |
Remove the dependancy on the (ex-)port tcl7.5.
Diffstat (limited to 'devel')
-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 |