summaryrefslogtreecommitdiff
path: root/x11/Xcomposite
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2006-04-18 19:23:46 +0000
committerreed <reed@pkgsrc.org>2006-04-18 19:23:46 +0000
commit7f11dab227601adb002ac809d1871242bd62f2f9 (patch)
tree6b3d498024d58fafc3104eda46399c67f7f2c876 /x11/Xcomposite
parentb2a90fd20172e8a45f8ae161aef1fd889d09ac5a (diff)
downloadpkgsrc-7f11dab227601adb002ac809d1871242bd62f2f9.tar.gz
Change to use new mainatined *proto headers instead of
unmaintained *ext packages. In some cases, the headers are identical. I tested on DragonFly using X11_TYPE=xorg and on NetBSD using native XFree86 (and more).
Diffstat (limited to 'x11/Xcomposite')
-rw-r--r--x11/Xcomposite/Makefile6
-rw-r--r--x11/Xcomposite/buildlink3.mk6
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/Xcomposite/Makefile b/x11/Xcomposite/Makefile
index 22e9d880538..591400bd29a 100644
--- a/x11/Xcomposite/Makefile
+++ b/x11/Xcomposite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/03/04 21:31:07 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/04/18 19:23:46 reed Exp $
#
DISTNAME= libXcomposite-1.0.1
@@ -19,6 +19,6 @@ GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= xcomposite.pc.in
.include "../../x11/Xfixes/buildlink3.mk"
-.include "../../x11/compositeext/buildlink3.mk"
-.include "../../x11/fixesext/buildlink3.mk"
+.include "../../x11/compositeproto/buildlink3.mk"
+.include "../../x11/fixesproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/Xcomposite/buildlink3.mk b/x11/Xcomposite/buildlink3.mk
index ea3a2e0627e..e5a99874f8d 100644
--- a/x11/Xcomposite/buildlink3.mk
+++ b/x11/Xcomposite/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2006/04/12 10:27:40 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2006/04/18 19:23:46 reed Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
XCOMPOSITE_BUILDLINK3_MK:= ${XCOMPOSITE_BUILDLINK3_MK}+
@@ -17,7 +17,7 @@ BUILDLINK_PKGSRCDIR.Xcomposite?= ../../x11/Xcomposite
.endif # XCOMPOSITE_BUILDLINK3_MK
.include "../../x11/Xfixes/buildlink3.mk"
-.include "../../x11/compositeext/buildlink3.mk"
-.include "../../x11/fixesext/buildlink3.mk"
+.include "../../x11/compositeproto/buildlink3.mk"
+.include "../../x11/fixesproto/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}