summaryrefslogtreecommitdiff
path: root/wm/blackbox/Makefile
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-11-11 18:50:23 +0000
committertonio <tonio@pkgsrc.org>2005-11-11 18:50:23 +0000
commitc27f4ed5e11b4c35ae0566ee5b6390dba302b6b1 (patch)
tree8b52523e03e817211f2be2b9e50fe815756c7343 /wm/blackbox/Makefile
parentc01ba26746bc064586bc39f5f0d1ac96f3bd5fbb (diff)
downloadpkgsrc-c27f4ed5e11b4c35ae0566ee5b6390dba302b6b1.tar.gz
Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
Diffstat (limited to 'wm/blackbox/Makefile')
-rw-r--r--wm/blackbox/Makefile10
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"