diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-01 12:26:36 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-01 12:26:36 +0000 |
commit | 99471cdde5a827265126b701bd0b2f54dbb2c45b (patch) | |
tree | f9e576f776193323f48838be525623418fac7a1b /x11/eterm/Makefile | |
parent | Use the py-distutils for building and installing. (diff) |
Make backspace generate ^H, not ^?.
This was the default Eterm behavior in version 0.8.
Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz>
Diffstat (limited to '')
-rw-r--r-- | x11/eterm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index ac5f16934bd8..a2feefd95e6d 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -7,6 +7,7 @@ PORTNAME= eterm PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= eterm @@ -22,7 +23,8 @@ USE_IMLIB= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-trans=imlib --enable-utmp \ - --enable-xim --with-theme-update + --enable-xim --with-theme-update \ + --with-backspace=bs CONFIGURE_ENV= LIBS="-lxpg4" MAN1= Eterm.1 |