diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 00:32:21 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 00:32:21 +0000 |
commit | ca0ae108d8478cb21a596d744394d0d96043f7e8 (patch) | |
tree | 47a33519934b0df690c6d86efe5998d1bb38f06c /editors/e93 | |
parent | 286acc4490ca5c5a40fb17b62a46ab5f699b0e73 (diff) |
Notes
Diffstat (limited to 'editors/e93')
-rw-r--r-- | editors/e93/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile index da43aa03c1fb..25fc08c8ce72 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 MAKEFILE= makefile USE_X_PREFIX= yes +NO_CDROM= "Asks a question about reading the license on install" + .if !defined(PACKAGE_BUILDING) IS_INTERACTIVE= yes # asks "ok?" about license |