diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-26 09:00:03 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-26 09:00:03 +0000 |
commit | f0684533401f6fb5a81b7dc460edf507da490ff3 (patch) | |
tree | 007fdb735b300a59c2a9fb989aa4eee34a94deab /wm/openbox2 | |
parent | e635cc4ea0cfa3cea1909e51ffac5d048d49da57 (diff) | |
download | pkgsrc-f0684533401f6fb5a81b7dc460edf507da490ff3.tar.gz |
bl3ify
Diffstat (limited to 'wm/openbox2')
-rw-r--r-- | wm/openbox2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/openbox2/Makefile b/wm/openbox2/Makefile index cfda639ee60..af0e2e9920e 100644 --- a/wm/openbox2/Makefile +++ b/wm/openbox2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/12/18 09:58:58 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/02/26 09:02:43 xtraeme Exp $ # DISTNAME= openbox-2.2.3 @@ -11,13 +11,13 @@ COMMENT= Window manager based on Blackbox (2.x branch) DEPENDS= bsetroot>=0.1nb1:../../wm/bsetroot -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES CPPFLAGS+= -DHAVE_STRFTIME=1 -.include "../../devel/pkgconfig/buildlink2.mk" -.include "../../fonts/Xft2/buildlink2.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../fonts/Xft2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |