diff options
Diffstat (limited to 'comms/jpilot/Makefile')
-rw-r--r-- | comms/jpilot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 2966e0e7234..8da7cbdf34d 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2006/06/18 12:26:31 smb Exp $ +# $NetBSD: Makefile,v 1.57 2006/07/05 05:37:39 jlam Exp $ # DISTNAME= jpilot-0.99.8 @@ -16,7 +16,7 @@ USE_PKGLOCALEDIR= YES USE_X11= YES USE_OLD_DES_API= YES USE_DIRS+= gnome1-1.0 -USE_TOOLS+= msgfmt pkg-config +USE_TOOLS+= intltool msgfmt pkg-config GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}" @@ -32,7 +32,6 @@ PLUGINSDIR= ${PREFIX}/lib/jpilot/plugins .include "../../comms/pilot-link-libs/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" post-extract: |