diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-25 00:50:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-25 00:50:47 +0000 |
commit | 943755441043c3997352a693d2e30721213b80cb (patch) | |
tree | b9b7d69b8eafbb4c84469d7146e5cac32e37d484 /x11/lablgtk2 | |
parent | 5219926c41494af6c5e727cac29f325578bb1f18 (diff) | |
download | pkgsrc-943755441043c3997352a693d2e30721213b80cb.tar.gz |
gtk2 is a direct dependency, add its buildlink3.mk file.
Noted by verifypc.
Diffstat (limited to 'x11/lablgtk2')
-rw-r--r-- | x11/lablgtk2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/lablgtk2/Makefile b/x11/lablgtk2/Makefile index 1b7ca87a3fc..1885553399c 100644 --- a/x11/lablgtk2/Makefile +++ b/x11/lablgtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/10/06 11:48:14 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2005/10/25 00:50:47 wiz Exp $ # DISTNAME= lablgtk-2.4.0 @@ -27,4 +27,5 @@ CONFLICTS= lablgtk-2.* .include "../../graphics/librsvg2/buildlink3.mk" .include "../../lang/ocaml/buildlink3.mk" .include "../../x11/gnome-panel/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |