diff options
Diffstat (limited to 'wm/openbox')
-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 |