diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-03 00:50:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-03 00:50:52 +0000 |
commit | 2c265e718517803b556ff94aa5928a7b88e31b53 (patch) | |
tree | f98841f32142faad757bd09efdb6c046810a02ca /x11/xcompmgr | |
parent | 7cd735f0bd765a5dfe2751f93f7de937eafe79fc (diff) | |
download | pkgsrc-2c265e718517803b556ff94aa5928a7b88e31b53.tar.gz |
Add buildlink3 files for two missing dependencies.
XXX: more dependencies missing, packages are in pkgsrc-wip.
Diffstat (limited to 'x11/xcompmgr')
-rw-r--r-- | x11/xcompmgr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xcompmgr/Makefile b/x11/xcompmgr/Makefile index 7ca119e459d..21c34d854e3 100644 --- a/x11/xcompmgr/Makefile +++ b/x11/xcompmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:18:39 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/10/03 00:50:52 wiz Exp $ # DISTNAME= xcompmgr-cvs-20040914 @@ -25,6 +25,8 @@ pre-configure: ${AUTOCONF} .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" |