summaryrefslogtreecommitdiff
path: root/graphics/glitz
diff options
context:
space:
mode:
authorreed <reed>2006-04-17 18:09:48 +0000
committerreed <reed>2006-04-17 18:09:48 +0000
commitfcfc1ad8dee6aca9b41b9dc43292089302a3d622 (patch)
treeaab171909f2a4cd2c545f5f333773b29065cac1a /graphics/glitz
parentdad0a59e1fa4daea8cad0536a80106ddc3408e99 (diff)
downloadpkgsrc-fcfc1ad8dee6aca9b41b9dc43292089302a3d622.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/Makefile3
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"