pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/glitz Remove the include of xextensions build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/129e89614266
branches:  trunk
changeset: 511576:129e89614266
user:      reed <reed%pkgsrc.org@localhost>
date:      Mon Apr 17 18:09:48 2006 +0000

description:
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:

 graphics/glitz/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r ab1953f8f7cc -r 129e89614266 graphics/glitz/Makefile
--- a/graphics/glitz/Makefile   Mon Apr 17 15:17:27 2006 +0000
+++ b/graphics/glitz/Makefile   Mon Apr 17 18:09:48 2006 +0000
@@ -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 @@
 .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"



Home | Main Index | Thread Index | Old Index