diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-09-11 04:11:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-09-11 04:11:57 +0000 |
commit | 6b78b2d60d9776470e89fa15e1ba0232507b85cf (patch) | |
tree | 1f424cc1762cd5a57f16a6098fc18932c419536b /editors | |
parent | cd7238ada8fdd2801be2d4eda97d5451b1974ef9 (diff) | |
download | ports-6b78b2d60d9776470e89fa15e1ba0232507b85cf.tar.gz ports-6b78b2d60d9776470e89fa15e1ba0232507b85cf.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/e93/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile index 846782f0f881..bf51cdac2272 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.4 1995/09/12 22:47:20 asami Exp $ +# $Id: Makefile,v 1.6 1996/06/12 02:35:37 asami Exp $ # DISTNAME= e93-1.2r6X @@ -14,8 +14,6 @@ MASTER_SITES= ftp://ftp.x.org/contrib/editors/ \ MAINTAINER= asami@FreeBSD.ORG -LIB_DEPENDS= tcl75\\.1\\.:${PORTSDIR}/lang/tcl75 - MAKEFILE= makefile USE_X11= yes IS_INTERACTIVE= yes # asks "ok?" about license |