diff options
Diffstat (limited to 'wm/openbox2/Makefile')
-rw-r--r-- | wm/openbox2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/openbox2/Makefile b/wm/openbox2/Makefile index eb623411e74..06e18372537 100644 --- a/wm/openbox2/Makefile +++ b/wm/openbox2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/05/11 19:43:02 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2006/12/15 20:33:02 joerg Exp $ # DISTNAME= openbox-2.2.3 @@ -18,6 +18,6 @@ GNU_CONFIGURE= YES CPPFLAGS+= -DHAVE_STRFTIME=1 -.include "../../fonts/Xft2/buildlink3.mk" +.include "../../x11/libXft/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |