diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-01-05 20:10:10 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-01-05 20:10:10 +0000 |
commit | 173c3b193c8ddd3fdee51968222c54ce4d90e0ae (patch) | |
tree | abc9ae698e6aa132c08f0f39261695517f5a64a5 /wm/openbox/Makefile | |
parent | 7ffb5f59d51697bddc237c591253ed3fa0ee6d2c (diff) | |
download | pkgsrc-173c3b193c8ddd3fdee51968222c54ce4d90e0ae.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/openbox/Makefile')
-rw-r--r-- | wm/openbox/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index d68aea8be0b..be2ace68b2f 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/12/26 01:48:32 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/01/05 20:10:12 jschauma Exp $ # DISTNAME= openbox-2.2.3 @@ -9,8 +9,9 @@ MAINTAINER= jrp@hispabsd.org HOMEPAGE= http://icculus.org/openbox/ COMMENT= Window manager based on Blackbox -DEPENDS+= bsetroot>=0.1:../../wm/bsetroot +DEPENDS+= bsetroot>=0.1nb1:../../wm/bsetroot +USE_BUILDLINK2= YES USE_X11= YES GNU_CONFIGURE= YES |