diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-08 04:28:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-08 04:28:16 +0000 |
commit | 1da1fd39c752d3811965e39810fc26b58d566e73 (patch) | |
tree | f7f9d2d613635347a9bf89014e76c5fba5f3b2ad /x11 | |
parent | 8356ceaa1610622e26e589cb06d7011322a91008 (diff) | |
download | pkgsrc-1da1fd39c752d3811965e39810fc26b58d566e73.tar.gz |
This package does not need compositeext, remove it.
Diffstat (limited to 'x11')
-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" |