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/e93 | |
parent | 3689fb2140698b1b4eff0933fe730262b161f533 (diff) | |
download | ports-bc087374d35aa9c841dd63d44e9c9697702921ed.tar.gz ports-bc087374d35aa9c841dd63d44e9c9697702921ed.zip |
Notes
Diffstat (limited to 'editors/e93')
-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 |