diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index afca08944530..a9aa1ed27e59 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -7,6 +7,7 @@ PORTNAME= xterm PORTVERSION= 195 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://voodoo.oberon.net/download/ @@ -24,6 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LIBS="-L${X11BASE}/lib" +CONFIGURE_ARGS+= --enable-wide-chars MAN1= resize.1 xterm.1 |