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