diff options
author | salo <salo> | 2003-05-17 05:42:10 +0000 |
---|---|---|
committer | salo <salo> | 2003-05-17 05:42:10 +0000 |
commit | 349688a579d4cb6b053cdbf5168f208a74e91d50 (patch) | |
tree | ff1aee6060109c631e44070653c469b7ca3cb18c /wm/openbox/Makefile | |
parent | c6725688076bbf82ac71f7654d0bfd991ed9dadf (diff) | |
download | pkgsrc-349688a579d4cb6b053cdbf5168f208a74e91d50.tar.gz |
Style cosmetics (DESCR has 80 columns, sort CATEGORIES, whitespace).
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" |