diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnome-pilot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/gnome-pilot/Makefile b/comms/gnome-pilot/Makefile index 7cb46277dd0..0cd836de5fa 100644 --- a/comms/gnome-pilot/Makefile +++ b/comms/gnome-pilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/04/17 13:46:11 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2006/06/22 10:18:09 joerg Exp $ # DISTNAME= gnome-pilot-2.0.12 @@ -22,6 +22,7 @@ USE_TOOLS+= gmake msgfmt perl .include "../../comms/pilot-link-libs/buildlink3.mk" .include "../../devel/GConf2/schemas.mk" .include "../../devel/libglade2/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gnome-panel/buildlink3.mk" |