diff options
author | jmmv <jmmv> | 2004-02-08 21:00:04 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-08 21:00:04 +0000 |
commit | 472349120ceed6928b41cf2a56de2e729dd86550 (patch) | |
tree | f540963c99ea689ac4321bc8d2587624871577ff /x11/gnome-panel | |
parent | f8c2f895ff73127a068ffc59736f1dd8a229a595 (diff) | |
download | pkgsrc-472349120ceed6928b41cf2a56de2e729dd86550.tar.gz |
Include intltool's buildlink2.mk to handle dependancies required by these
tools (as p5-XML-Parser). Noted by Min Sik Kim.
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index cca26c751b1..46e98d28da0 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/02/06 22:37:59 jmmv Exp $ +# $NetBSD: Makefile,v 1.26 2004/02/08 21:00:04 jmmv Exp $ # DISTNAME= gnome-panel-2.4.2 @@ -50,6 +50,7 @@ BUILDLINK_DEPENDS.GConf2= GConf2>=2.4.0.1nb1 .include "../../devel/libgnomeui/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" .include "../../sysutils/gnome-vfs2/buildlink2.mk" +.include "../../textproc/intltool/buildlink2.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gnome-desktop/buildlink2.mk" .include "../../x11/gnome2-control-center/buildlink2.mk" |