diff options
Diffstat (limited to 'wm/openbox2/Makefile')
-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" |