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 /chat | |
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 'chat')
-rw-r--r-- | chat/gg2/Makefile | 5 | ||||
-rw-r--r-- | chat/gnomeicu/Makefile | 5 | ||||
-rw-r--r-- | chat/gossip/Makefile | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/chat/gg2/Makefile b/chat/gg2/Makefile index 61fd8d78233..07aaade0fa7 100644 --- a/chat/gg2/Makefile +++ b/chat/gg2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/04/17 13:46:18 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2006/07/05 05:37:39 jlam Exp $ DISTNAME= gg2-2.2.8 PKGREVISION= 5 @@ -12,7 +12,7 @@ COMMENT= Instant messenger software for Poland; Jabber plugin included USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake intltool pkg-config GNU_CONFIGURE= yes LIBS+= -lm PKGCONFIG_OVERRIDE+= lib/gg2_core.pc.in @@ -29,7 +29,6 @@ CONFIGURE_ARGS+= --without-update .include "../../chat/libtlen/buildlink3.mk" .include "../../chat/loudmouth/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/xosd/buildlink3.mk" diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile index 3256922bd93..025df3f5297 100644 --- a/chat/gnomeicu/Makefile +++ b/chat/gnomeicu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2006/04/17 13:46:18 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2006/07/05 05:37:39 jlam Exp $ DISTNAME= gnomeicu-0.99.5 PKGREVISION= 7 @@ -12,7 +12,7 @@ COMMENT= GNOME ICQ client GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES BROKEN_GETTEXT_DETECTION= YES @@ -32,7 +32,6 @@ GCONF2_SCHEMAS= gnomeicu.schemas .include "../../devel/libglade2/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../textproc/gtkspell/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/chat/gossip/Makefile b/chat/gossip/Makefile index 8b2957b7c4c..0dc6bfdd300 100644 --- a/chat/gossip/Makefile +++ b/chat/gossip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/04/17 13:46:18 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2006/07/05 05:37:39 jlam Exp $ # DISTNAME= gossip-0.10.2 @@ -14,7 +14,7 @@ COMMENT= GTK2 Jabber Instant Messaging client BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes @@ -38,7 +38,6 @@ INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} sysconfdir=${EGDIR} .include "../../devel/libgnomeui/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" |