diff options
author | gls <gls@pkgsrc.org> | 2010-05-07 20:53:45 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2010-05-07 20:53:45 +0000 |
commit | 061da2f64dcf1f2c8caf40bf38fae32e342719d4 (patch) | |
tree | b0731317ed4ac26a1c5d5cb659337147a0a7f9d7 /x11/tint2 | |
parent | 3c1b3314cb061b9e9f6e623960c4baec92205ae4 (diff) | |
download | pkgsrc-061da2f64dcf1f2c8caf40bf38fae32e342719d4.tar.gz |
Fix build with XOrg modular, bump revision.
As noted in PR pkg/43242.
Diffstat (limited to 'x11/tint2')
-rw-r--r-- | x11/tint2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/tint2/Makefile b/x11/tint2/Makefile index e4a853b7fb3..f7a882dd044 100644 --- a/x11/tint2/Makefile +++ b/x11/tint2/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2010/04/11 21:43:57 gls Exp $ +# $NetBSD: Makefile,v 1.5 2010/05/07 20:53:45 gls Exp $ DISTNAME= tint2-0.9 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://tint2.googlecode.com/files/ @@ -38,6 +39,8 @@ post-install: .include "../../devel/pango/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" .include "../../graphics/imlib2/buildlink3.mk" +.include "../../x11/libXcomposite/buildlink3.mk" +.include "../../x11/libXdamage/buildlink3.mk" .include "../../x11/libXinerama/buildlink3.mk" .include "../../x11/libXrandr/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |