diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-09-03 18:43:56 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-09-03 18:43:56 +0000 |
commit | 308c512bb3411500d76cf77d21b5bdc6ee5be5e8 (patch) | |
tree | 8dbdefc0e5eb6e14ec310eda382d52d1f9bb0663 /x11/xterm | |
parent | f93e3fc274e5402dc7c72f6ce3b70255f0cd7df2 (diff) | |
download | ports-308c512bb3411500d76cf77d21b5bdc6ee5be5e8.tar.gz ports-308c512bb3411500d76cf77d21b5bdc6ee5be5e8.zip |
Notes
Diffstat (limited to 'x11/xterm')
-rw-r--r-- | x11/xterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 12b915a8f322..6f5b0ab53515 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -7,7 +7,7 @@ PORTNAME= xterm PORTVERSION= 196 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://voodoo.oberon.net/download/ @@ -23,7 +23,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 --enable-luit +CONFIGURE_ARGS+= --enable-wide-chars --enable-luit --with-utempter MAN1= resize.1 xterm.1 |