summaryrefslogtreecommitdiff
path: root/wm/fluxbox
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-01-05 20:10:10 +0000
committerjschauma <jschauma>2003-01-05 20:10:10 +0000
commitbc2965ca8f634be41289c42745d64693496258f9 (patch)
treeabc9ae698e6aa132c08f0f39261695517f5a64a5 /wm/fluxbox
parente1b0964a2f69fd8c76898d42c4f55cdb395dd661 (diff)
downloadpkgsrc-bc2965ca8f634be41289c42745d64693496258f9.tar.gz
Bump dependency on bsetroot for the boxes so that they all require a bsetroot
that works without blackbox and uses it's own NLS files. While we're at it, nitpick the following: fluxbox: as pointed out in PR pkg/19687, fluxbox will detect Xft2 (if available) and depend on it automatically. Options were: add CONFIGURE_ARGS+= --disable-xft or include Xft2's buildlink. For the time being, add the buildlink following openboxes example. openbox: USE_BUILDLINK2=YES -- otherwise including buildlink2's is a no-op
Diffstat (limited to 'wm/fluxbox')
-rw-r--r--wm/fluxbox/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/fluxbox/Makefile b/wm/fluxbox/Makefile
index b10f5e8b978..6e0a515b630 100644
--- a/wm/fluxbox/Makefile
+++ b/wm/fluxbox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/12/10 20:39:08 jschauma Exp $
+# $NetBSD: Makefile,v 1.7 2003/01/05 20:10:11 jschauma Exp $
#
DISTNAME= fluxbox-0.1.14
@@ -10,7 +10,7 @@ MAINTAINER= jmcneill@netbsd.org
HOMEPAGE= http://fluxbox.sourceforge.net/
COMMENT= Window Manager for X based on Blackbox
-DEPENDS+= bsetroot>=0.1:../../wm/bsetroot
+DEPENDS+= bsetroot>=0.1nb1:../../wm/bsetroot
USE_BUILDLINK2= YES
USE_X11BASE= YES
@@ -19,5 +19,6 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-kde
+.include "../../fonts/Xft2/buildlink2.mk"
.include "../../lang/gcc/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"