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 | 164e48cf77869e19efdff3c7bdb9933a0aaae215 (patch) | |
tree | 21bcfbdd81d0469f6b5bb6d2a62b06b2a2f10218 | |
parent | d4c1593c7c74a06fe70780ca4bfbef1881832008 (diff) | |
download | pkgsrc-164e48cf77869e19efdff3c7bdb9933a0aaae215.tar.gz |
Needs intltool.
-rw-r--r-- | comms/gnome-pilot/Makefile | 3 | ||||
-rw-r--r-- | graphics/gimp-refocus-it/Makefile | 3 |
2 files changed, 4 insertions, 2 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" diff --git a/graphics/gimp-refocus-it/Makefile b/graphics/gimp-refocus-it/Makefile index 47fb6c5787f..79d5948e562 100644 --- a/graphics/gimp-refocus-it/Makefile +++ b/graphics/gimp-refocus-it/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/04/17 13:46:31 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/22 10:17:07 joerg Exp $ # DISTNAME= refocus-it-2.0.0 @@ -17,4 +17,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-cmdline .include "../../graphics/gimp/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |