diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-09-18 08:02:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-09-18 08:02:35 +0000 |
commit | dada9c2dcefa36bf886ed254653999b4b8262952 (patch) | |
tree | dd1d230f3a42cd3c034e605addf0db149b80be95 /editors/e93 | |
parent | 0077d4cd4d23046cf4beb89ad08edd2179cfd22e (diff) | |
download | ports-dada9c2dcefa36bf886ed254653999b4b8262952.tar.gz ports-dada9c2dcefa36bf886ed254653999b4b8262952.zip |
Notes
Diffstat (limited to 'editors/e93')
-rw-r--r-- | editors/e93/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile index 3fb3a2d75a00..6502e871dcb6 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -3,7 +3,7 @@ # Date created: 21 June 1995 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.11 1997/03/06 04:09:59 asami Exp $ +# $Id: Makefile,v 1.12 1997/07/13 18:49:14 max Exp $ # DISTNAME= e93-1.2r6X @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= editors MAINTAINER= asami@FreeBSD.ORG +LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 + MAKEFILE= makefile USE_X11= yes |