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 | |
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')
-rw-r--r-- | comms/gnome-pilot/Makefile | 5 | ||||
-rw-r--r-- | comms/jpilot/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/comms/gnome-pilot/Makefile b/comms/gnome-pilot/Makefile index a1f1b734fa1..598610b91eb 100644 --- a/comms/gnome-pilot/Makefile +++ b/comms/gnome-pilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/06/29 23:48:24 joerg Exp $ +# $NetBSD: Makefile,v 1.35 2006/07/05 05:37:39 jlam Exp $ # DISTNAME= gnome-pilot-2.0.12 @@ -16,13 +16,12 @@ GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES -USE_TOOLS+= gmake msgfmt perl pkg-config +USE_TOOLS+= gmake intltool msgfmt perl pkg-config .include "../../devel/gettext-lib/buildlink3.mk" .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/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: |