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 /www/kazehakase/Makefile | |
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 'www/kazehakase/Makefile')
-rw-r--r-- | www/kazehakase/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index fb6401c35d3..2f390ae5216 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/05/18 19:55:35 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2006/07/05 05:37:46 jlam Exp $ # DISTNAME= kazehakase-0.3.3 @@ -12,7 +12,7 @@ COMMENT= Web browser with multiple layout engines support GNU_CONFIGURE= yes USE_DIRS+= xdg-1.2 -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes @@ -37,7 +37,6 @@ CONF_FILES+= ${EGDIR}/mozilla/encodings.xml ${PKG_SYSCONFDIR}/mozilla/encodings. .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../www/mozilla/gecko-depends.mk" .include "../../mk/bsd.pkg.mk" |