1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

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>
This commit is contained in:
Kirill Ponomarev 2005-03-02 19:15:28 +00:00
parent 9a866799fc
commit 5553641930
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130211

View File

@ -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" \