aboutsummaryrefslogtreecommitdiff
path: root/x11/xterm
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-03-02 19:15:28 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-03-02 19:15:28 +0000
commit5553641930f4a44845593ac28885d9a9cc45a706 (patch)
tree356010f59eeebeb0e02ecc3f6a71f5ecaba5a1de /x11/xterm
parent9a866799fc823114d83a780923a1c8a9e07af0bf (diff)
downloadports-5553641930f4a44845593ac28885d9a9cc45a706.tar.gz
ports-5553641930f4a44845593ac28885d9a9cc45a706.zip
Use USE_IMAKE. It fixes problems with flashing scrollbar if xterm
is installed as package. PR: ports/77408 Submitted by: Gil Kloepfer <gil at arlut dot utexas.edu>
Notes
Notes: svn path=/head/; revision=130211
Diffstat (limited to 'x11/xterm')
-rw-r--r--x11/xterm/Makefile3
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" \