summaryrefslogtreecommitdiff
path: root/x11/xcompmgr
diff options
context:
space:
mode:
authorreed <reed>2006-04-18 19:23:46 +0000
committerreed <reed>2006-04-18 19:23:46 +0000
commit419edd18b8b35ea2e68fc436ccd1ab9ddf2f142a (patch)
tree6b3d498024d58fafc3104eda46399c67f7f2c876 /x11/xcompmgr
parent5a8f8e3f0056183c6269e481ae8ca14f1c66a3f0 (diff)
downloadpkgsrc-419edd18b8b35ea2e68fc436ccd1ab9ddf2f142a.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"