diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 9a4ffa8e141f..5326c1d5cfa5 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -7,6 +7,7 @@ PORTNAME= xterm PORTVERSION= 200 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://voodoo.oberon.net/download/ @@ -17,7 +18,7 @@ COMMENT= Terminal emulator for the X Window System LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft -USE_X_PREFIX= yes +USE_IMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ |