aboutsummaryrefslogtreecommitdiff
path: root/x11/eterm/Makefile
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-03-01 12:26:36 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-03-01 12:26:36 +0000
commit99471cdde5a827265126b701bd0b2f54dbb2c45b (patch)
treef9e576f776193323f48838be525623418fac7a1b /x11/eterm/Makefile
parented3bc16bc4c5f489b439c3b4f9c5e42b6a731dd4 (diff)
downloadports-99471cdde5a827265126b701bd0b2f54dbb2c45b.tar.gz
ports-99471cdde5a827265126b701bd0b2f54dbb2c45b.zip
Make backspace generate ^H, not ^?.
This was the default Eterm behavior in version 0.8. Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz>
Notes
Notes: svn path=/head/; revision=38931
Diffstat (limited to 'x11/eterm/Makefile')
-rw-r--r--x11/eterm/Makefile4
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