diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-10 14:12:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-10 14:12:50 +0000 |
commit | cd5d3fe3efb32398e25831cfee47830e2dc1c182 (patch) | |
tree | 5126d0dc144b85e863451f64254bb836fa258a53 /wm/blackbox | |
parent | 1fd4c7c0d99e2a9e712977cd36cbed8443f79348 (diff) | |
download | pkgsrc-cd5d3fe3efb32398e25831cfee47830e2dc1c182.tar.gz |
bl3ify
Diffstat (limited to 'wm/blackbox')
-rw-r--r-- | wm/blackbox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/blackbox/Makefile b/wm/blackbox/Makefile index 7cf35dce658..dc0ca73ffe2 100644 --- a/wm/blackbox/Makefile +++ b/wm/blackbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/09/17 19:41:13 grant Exp $ +# $NetBSD: Makefile,v 1.18 2004/03/10 14:12:51 xtraeme Exp $ # DISTNAME= blackbox-0.65.0 @@ -12,10 +12,10 @@ COMMENT= Small and fast X11R6 window manager DEPENDS= bsetroot>=0.1nb1:../../wm/bsetroot -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GCC_SHLIB= YES USE_X11= YES GNU_CONFIGURE= YES -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |