diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-22 10:17:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-22 10:17:07 +0000 |
commit | 82d95bca397406d4d03261fe98d57417156b7610 (patch) | |
tree | 21bcfbdd81d0469f6b5bb6d2a62b06b2a2f10218 /comms/gnome-pilot/Makefile | |
parent | 74cfe5547ac42a5cc1e36b4056f5e966d04643eb (diff) | |
download | pkgsrc-82d95bca397406d4d03261fe98d57417156b7610.tar.gz |
Needs intltool.
Diffstat (limited to 'comms/gnome-pilot/Makefile')
-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" |