diff options
Diffstat (limited to 'wm/blackbox/Makefile')
-rw-r--r-- | wm/blackbox/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/wm/blackbox/Makefile b/wm/blackbox/Makefile index 715f7b8a7d8..a2da9170161 100644 --- a/wm/blackbox/Makefile +++ b/wm/blackbox/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2005/06/01 18:03:24 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2005/11/11 18:50:25 tonio Exp $ # -DISTNAME= blackbox-0.65.0 -PKGREVISION= 5 +DISTNAME= blackbox-0.70.0 CATEGORIES= wm x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blackboxwm/} @@ -10,11 +9,12 @@ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://blackboxwm.sourceforge.net/ COMMENT= Small and fast X11R6 window manager -DEPENDS= bsetroot>=0.1nb1:../../wm/bsetroot +DEPENDS= bsetroot>=0.2:../../wm/bsetroot USE_LANGUAGES= c c++ GNU_CONFIGURE= YES +USE_TOOLS+= pkg-config -.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../fonts/Xft2/buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |