diff options
author | asami <asami@FreeBSD.org> | 1997-09-18 08:02:35 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-09-18 08:02:35 +0000 |
commit | 0aa4519643fcee86514c399ed6126e3b31056736 (patch) | |
tree | a0ee03bf674e10599a4f0fc648842b2842763c15 /editors/e93 | |
parent | be7c0bd5d838002edb6cc21d11f712110c58ca32 (diff) | |
download | FreeBSD-ports-0aa4519643fcee86514c399ed6126e3b31056736.zip FreeBSD-ports-0aa4519643fcee86514c399ed6126e3b31056736.tar.gz |
Make this port compile with tcl80.
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 3fb3a2d..6502e87 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 |