diff options
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 |