diff options
author | xtraeme <xtraeme> | 2004-10-08 04:28:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-10-08 04:28:16 +0000 |
commit | e9467b55f094c4f92114fd149ed739688adaf58b (patch) | |
tree | f7f9d2d613635347a9bf89014e76c5fba5f3b2ad /x11/xcompmgr | |
parent | df974fc3c5e5fdc885e487b140e2d8c59bc4264e (diff) | |
download | pkgsrc-e9467b55f094c4f92114fd149ed739688adaf58b.tar.gz |
This package does not need compositeext, remove it.
Diffstat (limited to 'x11/xcompmgr')
-rw-r--r-- | x11/xcompmgr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xcompmgr/Makefile b/x11/xcompmgr/Makefile index 74b60945ad4..f332f7a2b36 100644 --- a/x11/xcompmgr/Makefile +++ b/x11/xcompmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/10/08 03:58:18 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2004/10/08 04:28:16 xtraeme Exp $ # DISTNAME= xcompmgr-cvs-20040914 @@ -34,6 +34,5 @@ pre-configure: .include "../../devel/pkgconfig/buildlink3.mk" .include "../../x11/Xcomposite/buildlink3.mk" .include "../../x11/Xrender/buildlink3.mk" -.include "../../x11/compositeext/buildlink3.mk" .include "../../mk/automake.mk" .include "../../mk/bsd.pkg.mk" |