diff options
author | wiz <wiz@pkgsrc.org> | 2018-03-07 11:57:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-03-07 11:57:28 +0000 |
commit | 9fe6230d558daa8fd4473f51099dfade5ab9769e (patch) | |
tree | 3774260289d579d3aed9804481587d8f5aafc045 /wm/bbrun/Makefile | |
parent | b453d2e678a282d0b13c68db2d1955015196722a (diff) | |
download | pkgsrc-9fe6230d558daa8fd4473f51099dfade5ab9769e.tar.gz |
xorgproto: use xorgproto instead of separate *proto packages
Remove now obsolete packages.
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" |