diff options
author | jlam <jlam> | 2006-07-05 05:37:39 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-05 05:37:39 +0000 |
commit | 7a214e80a1d117a1dc986293ccb493d6eb35032e (patch) | |
tree | 3f9b395b95d690e2d375fdb2725a5c29aefa896e /comms/jpilot | |
parent | 0e6a22d33e7e4e4500311b54c279cc8bbd93e27d (diff) | |
download | pkgsrc-7a214e80a1d117a1dc986293ccb493d6eb35032e.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: |