diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-06 12:15:11 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-06 12:15:11 +0000 |
commit | 72734182c18b13f81cefc42e392b6dbe9776ead0 (patch) | |
tree | c04b640ee3a66276778fe3051072a6772c4a8ca6 /lang/tclX82 | |
parent | ef2e0993a6f80c4225af2705f6be1b9c4033e2a1 (diff) | |
download | ports-72734182c18b13f81cefc42e392b6dbe9776ead0.tar.gz ports-72734182c18b13f81cefc42e392b6dbe9776ead0.zip |
Notes
Diffstat (limited to 'lang/tclX82')
-rw-r--r-- | lang/tclX82/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/tclX82/Makefile b/lang/tclX82/Makefile index 55d47e63f22d..fe21185dee57 100644 --- a/lang/tclX82/Makefile +++ b/lang/tclX82/Makefile @@ -3,7 +3,7 @@ # Date created: 6 February 1996 # Whom: jkh # -# $Id: Makefile,v 1.10 1996/11/17 06:12:51 obrien Exp $ +# $Id: Makefile,v 1.11 1996/11/18 14:03:30 asami Exp $ # DISTNAME= tclX7.5.2 @@ -11,8 +11,6 @@ PKGNAME= tclX-7.5.2 CATEGORIES= lang MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/tclx-distrib/ -MAINTAINER= jkh@FreeBSD.org - DEPENDS= ${TK_DIR} LIB_DEPENDS= tk41\\.1:${TK_DIR} |