summaryrefslogtreecommitdiff
path: root/x11/xcompmgr
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
commit6c1d2bf5d8b2c8b67eb9e430690390da4aedefd0 (patch)
tree6b3d498024d58fafc3104eda46399c67f7f2c876 /x11/xcompmgr
parent1e550dff368cc9fa3c45344e399d7dbe9b61b6dd (diff)
downloadpkgsrc-6c1d2bf5d8b2c8b67eb9e430690390da4aedefd0.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/xcompmgr')
-rw-r--r--x11/xcompmgr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcompmgr/Makefile b/x11/xcompmgr/Makefile
index 8fc9b4283fa..5d294c09fdb 100644
--- a/x11/xcompmgr/Makefile
+++ b/x11/xcompmgr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/02/12 15:29:19 xtraeme Exp $
+# $NetBSD: Makefile,v 1.15 2006/04/18 19:23:47 reed Exp $
#
DISTNAME= xcompmgr-1.1.1
@@ -22,5 +22,5 @@ PKG_SKIP_REASON+= "This package is exclusively for X.org."
.include "../../x11/Xcomposite/buildlink3.mk"
.include "../../x11/Xrender/buildlink3.mk"
-.include "../../x11/compositeext/buildlink3.mk"
+.include "../../x11/compositeproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"