diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | bc087374d35aa9c841dd63d44e9c9697702921ed (patch) | |
tree | 9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /editors | |
parent | gcc 2.95 requires us to be explicit about the return type of functions. (diff) |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes:
svn path=/head/; revision=23474
Diffstat (limited to 'editors')
-rw-r--r-- | editors/e93/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile index 512c5023873c..da43aa03c1fb 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: e93 -# Version required: 1.2r6X +# Version required: 1.2r7X # Date created: 21 June 1995 # Whom: Satoshi Asami (asami) # @@ -8,13 +8,13 @@ DISTNAME= e93-1.2r7X PKGNAME= e93-1.2.7 -CATEGORIES= editors tcl80 +CATEGORIES= editors tcl82 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 MAKEFILE= makefile USE_X_PREFIX= yes |