aboutsummaryrefslogtreecommitdiff
path: root/x11/xterm
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2007-08-23 13:13:58 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2007-08-23 13:13:58 +0000
commit58009241342914a333430133f021d12b64147681 (patch)
tree66689cf1db61ef4e95bdad2561b0e72b5a8dca7c /x11/xterm
parent8e8ea068b094bf4ba39a761866b8fae2f479bfb7 (diff)
Utilize USE_XORG
PR: ports/115537 Submitted by: mm
Notes
Notes: svn path=/head/; revision=198198
Diffstat (limited to 'x11/xterm')
-rw-r--r--x11/xterm/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile
index 38da49e1bb19..c20b35526435 100644
--- a/x11/xterm/Makefile
+++ b/x11/xterm/Makefile
@@ -15,9 +15,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= krion@FreeBSD.org
COMMENT= Terminal emulator for the X Window System
-LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
-
-USE_X_PREFIX= yes
+USE_XORG= xaw xft
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \