aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/fluxbox
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-17 12:47:35 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-17 12:47:35 +0000
commit0bb93343c74943192d1019d5b9c85173e9e37bc9 (patch)
treef1501a0dda711c05c7b1fdd4453e0571c3e3f333 /x11-wm/fluxbox
parentb1d140a1f881bdf9e2d28c716b82f042d74cbcff (diff)
downloadports-0bb93343c74943192d1019d5b9c85173e9e37bc9.tar.gz
ports-0bb93343c74943192d1019d5b9c85173e9e37bc9.zip
- Drop explicit dependency on XFree86-4-clients. It's not really needed
and it prevents coming global XFree86/Xorg switch thingie. PR: ports/68540 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Approved by: maintainer timeout (2 weeks)
Notes
Notes: svn path=/head/; revision=113816
Diffstat (limited to 'x11-wm/fluxbox')
-rw-r--r--x11-wm/fluxbox/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/fluxbox/Makefile b/x11-wm/fluxbox/Makefile
index c5f5a14ec94a..2227e09d6143 100644
--- a/x11-wm/fluxbox/Makefile
+++ b/x11-wm/fluxbox/Makefile
@@ -22,9 +22,7 @@ MAINTAINER= hendrik@scholz.net
COMMENT= A small and fast window manager based on BlackBox
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
-RUN_DEPENDS= bsetbg:${PORTSDIR}/x11-wm/boxtools \
- xterm:${PORTSDIR}/x11/XFree86-4-clients
-BUILD_DEPENDS= xterm:${PORTSDIR}/x11/XFree86-4-clients
+RUN_DEPENDS= bsetbg:${PORTSDIR}/x11-wm/boxtools
.if defined(WITH_REMEMBER)
WANT_AUTOMAKE_VER=14
.endif