diff options
author | asami <asami@FreeBSD.org> | 1997-09-18 16:02:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-09-18 16:02:35 +0800 |
commit | 0aa4519643fcee86514c399ed6126e3b31056736 (patch) | |
tree | a0ee03bf674e10599a4f0fc648842b2842763c15 /editors | |
parent | be7c0bd5d838002edb6cc21d11f712110c58ca32 (diff) | |
download | freebsd-ports-gnome-0aa4519643fcee86514c399ed6126e3b31056736.tar.gz freebsd-ports-gnome-0aa4519643fcee86514c399ed6126e3b31056736.tar.zst freebsd-ports-gnome-0aa4519643fcee86514c399ed6126e3b31056736.zip |
Make this port compile with tcl80.
Diffstat (limited to 'editors')
-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 |