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 /mail/balsa2 | |
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 'mail/balsa2')
-rw-r--r-- | mail/balsa2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index c82e5207684..cd8ccaa0f04 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2006/04/17 13:46:38 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2006/07/05 05:37:42 jlam Exp $ DISTNAME= balsa-2.3.10 PKGREVISION= 4 @@ -15,7 +15,7 @@ USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake msgfmt perl pkg-config +USE_TOOLS+= gmake intltool msgfmt perl pkg-config CONFIGURE_ARGS+= --with-gpgme=${BUILDLINK_PREFIX.gpgme:Q}/bin/gpgme-config CONFIGURE_ARGS+= --disable-more-warnings @@ -54,7 +54,6 @@ BUILDLINK_API_DEPENDS.gmime+= gmime>=2.1.9 .include "../../security/gpgme/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" .include "../../textproc/aspell/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../www/gtkhtml38/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |