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 /www/galeon | |
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 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 7d528177260..e78f436fd4b 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2006/06/22 21:48:59 jlam Exp $ +# $NetBSD: Makefile,v 1.101 2006/07/05 05:37:46 jlam Exp $ # DISTNAME= galeon-1.3.21 @@ -17,7 +17,7 @@ CONFLICTS+= galeon-devel-[0-9]* USE_LANGUAGES= c c++ USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes @@ -46,7 +46,6 @@ CONF_FILES= ${EGDIR}/sound/events/galeon.soundlist \ .include "../../devel/libgnomeui/buildlink3.mk" .include "../../graphics/gnome-icon-theme/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gnome-desktop/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |