diff options
Diffstat (limited to 'wm/openbox/Makefile')
-rw-r--r-- | wm/openbox/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 29ffff6a033..4232b48840c 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2003/03/22 18:16:28 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/05/17 05:42:10 salo Exp $ # DISTNAME= openbox-2.2.3 -CATEGORIES= wm +CATEGORIES= wm x11 MASTER_SITES= http://icculus.org/openbox/releases/ MAINTAINER= jrp@hispabsd.org HOMEPAGE= http://icculus.org/openbox/ COMMENT= Window manager based on Blackbox -DEPENDS+= bsetroot>=0.1nb1:../../wm/bsetroot +DEPENDS= bsetroot>=0.1nb1:../../wm/bsetroot USE_BUILDLINK2= YES USE_X11= YES @@ -17,5 +17,5 @@ GNU_CONFIGURE= YES .include "../../devel/pkgconfig/buildlink2.mk" .include "../../fonts/Xft2/buildlink2.mk" -.include "../../graphics/freetype2/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |