diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-05 05:37:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-05 05:37:39 +0000 |
commit | 00478b39e6c53023f76627af6ffacebafc9db9d6 (patch) | |
tree | 3f9b395b95d690e2d375fdb2725a5c29aefa896e /comms/jpilot | |
parent | 9102c97edf0e6bbc2006c1461512bc2a61334627 (diff) | |
download | pkgsrc-00478b39e6c53023f76627af6ffacebafc9db9d6.tar.gz |
Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool". Remove now unused
intltool/buildlink3.mk
Diffstat (limited to 'comms/jpilot')
-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: |