diff options
Diffstat (limited to 'wm/bbrun/Makefile')
-rw-r--r-- | wm/bbrun/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/bbrun/Makefile b/wm/bbrun/Makefile index 5af8aec49a8..ebb40d434eb 100644 --- a/wm/bbrun/Makefile +++ b/wm/bbrun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/12/15 20:33:01 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2007/01/08 15:04:45 joerg Exp $ DISTNAME= bbrun-1.3 PKGREVISION= 4 @@ -23,5 +23,6 @@ do-install: .include "../../x11/gtk/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |