diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-08 04:45:43 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-08 04:45:43 +0000 |
commit | 5247ce9049f77742843376747ba832708d287f4f (patch) | |
tree | d358d579c81b3f74672d38dd2a864f821b39c1b6 /x11/xcompmgr | |
parent | cce69e89c9ae1ad5423f4d44c1ef76d242c42038 (diff) | |
download | pkgsrc-5247ce9049f77742843376747ba832708d287f4f.tar.gz |
Back out previous, I was really really wrong!
Diffstat (limited to 'x11/xcompmgr')
-rw-r--r-- | x11/xcompmgr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xcompmgr/Makefile b/x11/xcompmgr/Makefile index f332f7a2b36..0d61dbd1d88 100644 --- a/x11/xcompmgr/Makefile +++ b/x11/xcompmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/10/08 04:28:16 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/10/08 04:45:43 xtraeme Exp $ # DISTNAME= xcompmgr-cvs-20040914 @@ -34,5 +34,6 @@ 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" |