diff options
Diffstat (limited to 'wm/bbrun/Makefile')
-rw-r--r-- | wm/bbrun/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/bbrun/Makefile b/wm/bbrun/Makefile index 5ecb94a4d1d..41700e922c0 100644 --- a/wm/bbrun/Makefile +++ b/wm/bbrun/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2018/03/06 15:53:07 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2018/03/07 11:57:32 wiz Exp $ DISTNAME= bbrun-1.3 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= wm x11 MASTER_SITES= http://www.dwave.net/~jking/bbrun/ @@ -21,5 +21,5 @@ do-install: .include "../../x11/gtk/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" -.include "../../x11/xextproto/buildlink3.mk" +.include "../../x11/xorgproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |