From 3aec0069335c9b2947b9f222ada131db44bc8824 Mon Sep 17 00:00:00 2001 From: jseger Date: Tue, 24 Feb 1998 21:43:51 +0000 Subject: Upgrade to use tcl8.1 and tk8.1. --- editors/e93/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors') diff --git a/editors/e93/Makefile b/editors/e93/Makefile index da2700c6c83a..faa732d60520 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -3,18 +3,18 @@ # Date created: 21 June 1995 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.14 1997/12/25 22:29:16 asami Exp $ +# $Id: Makefile,v 1.15 1998/02/22 08:34:54 fenner Exp $ # DISTNAME= e93-1.2r6X PKGNAME= e93-1.2.6 -CATEGORIES= editors tcl80 +CATEGORIES= editors tcl81 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors MAINTAINER= ports@FreeBSD.ORG -LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tcl81\\.1\\.:${PORTSDIR}/lang/tcl81 MAKEFILE= makefile USE_X11= yes -- cgit