diff options
author | steve <steve@FreeBSD.org> | 1999-12-27 08:32:21 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-27 08:32:21 +0800 |
commit | 313403919e390b213878cd77fcf78d2237568a73 (patch) | |
tree | 85564b23d896f785966c94558e7e34eb3e94ba23 /editors/e93 | |
parent | d3cc2c265dd512786c3ba4587b4930e1790095be (diff) | |
download | freebsd-ports-gnome-313403919e390b213878cd77fcf78d2237568a73.tar.gz freebsd-ports-gnome-313403919e390b213878cd77fcf78d2237568a73.tar.zst freebsd-ports-gnome-313403919e390b213878cd77fcf78d2237568a73.zip |
Mark this port as NO_CDROM (until a real fix is found) so that
sysinstall won't hang waiting for the user to respond an interactive
install script.
PR: 14743
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 |