diff options
author | tonio <tonio@pkgsrc.org> | 2005-11-11 19:07:40 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-11-11 19:07:40 +0000 |
commit | 469a0e209898d18439c9193078239ab13a6d8698 (patch) | |
tree | 23e134f3b2327a4858bb194898aeb27b10b1acb2 /wm/blackbox/Makefile | |
parent | 55be4a09de152ca8754c018af58beba8fd4d4862 (diff) | |
download | pkgsrc-469a0e209898d18439c9193078239ab13a6d8698.tar.gz |
reverting it.
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 a2da9170161..191aa651e75 100644 --- a/wm/blackbox/Makefile +++ b/wm/blackbox/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2005/11/11 18:50:25 tonio Exp $ +# $NetBSD: Makefile,v 1.24 2005/11/11 19:07:40 tonio Exp $ # -DISTNAME= blackbox-0.70.0 +DISTNAME= blackbox-0.65.0 +PKGREVISION= 5 CATEGORIES= wm x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blackboxwm/} @@ -9,12 +10,11 @@ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://blackboxwm.sourceforge.net/ COMMENT= Small and fast X11R6 window manager -DEPENDS= bsetroot>=0.2:../../wm/bsetroot +DEPENDS= bsetroot>=0.1nb1:../../wm/bsetroot USE_LANGUAGES= c c++ GNU_CONFIGURE= YES -USE_TOOLS+= pkg-config -.include "../../fonts/Xft2/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |