diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-02 23:29:15 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-02 23:29:15 +0000 |
commit | 7acdb4086c5a2424aebabf878a1499d694f6c01d (patch) | |
tree | b8339129c9da1103e6e156f21349d85364463188 /x11/xterm | |
parent | 87813b3e9dc7f57e584ce8329b7ca7f4494d96ce (diff) | |
download | ports-7acdb4086c5a2424aebabf878a1499d694f6c01d.tar.gz ports-7acdb4086c5a2424aebabf878a1499d694f6c01d.zip |
Notes
Diffstat (limited to 'x11/xterm')
-rw-r--r-- | x11/xterm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 5326c1d5cfa5..9156c91d6661 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -7,7 +7,7 @@ PORTNAME= xterm PORTVERSION= 200 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://voodoo.oberon.net/download/ @@ -18,12 +18,13 @@ COMMENT= Terminal emulator for the X Window System LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft -USE_IMAKE= yes +USE_X_PREFIX= yes 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 --with-utempter +CFLAGS+= -DNARROWPROTO MAN1= resize.1 xterm.1 |