diff options
author | reed <reed@pkgsrc.org> | 2006-04-17 18:09:48 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-04-17 18:09:48 +0000 |
commit | e90056088a980a9c232ca6f4607601f75890f8ed (patch) | |
tree | aab171909f2a4cd2c545f5f333773b29065cac1a /graphics/glitz | |
parent | fb54908e7f2238f29e1bbc45deebe3e988eaafde (diff) | |
download | pkgsrc-e90056088a980a9c232ca6f4607601f75890f8ed.tar.gz |
Remove the include of xextensions buildlink3.mk.
Its code doesn't reference any x11/extensions/*.h headers.
And building it doesn't seem to need it either.
If it was needed before, then probably one of its other dependencies ended
up needing it and that is the one that should include it in its own
buildlink3.mk file.
(I am looking at these because I am working on updating xextensions
package which includes a rename to xextproto.)
Okayed by maintainer.
No revision change as it was a "build" dependency.
Diffstat (limited to 'graphics/glitz')
-rw-r--r-- | graphics/glitz/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile index bb9e750f74a..0e1f3f2cfe2 100644 --- a/graphics/glitz/Makefile +++ b/graphics/glitz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/06 16:23:41 drochner Exp $ +# $NetBSD: Makefile,v 1.16 2006/04/17 18:09:48 reed Exp $ DISTNAME= glitz-0.4.4 PKGREVISION= 3 @@ -23,7 +23,6 @@ CFLAGS+= -c99 .endif .include "../../graphics/MesaLib/buildlink3.mk" -.include "../../x11/xextensions/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |