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 /textproc/scrollkeeper | |
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 'textproc/scrollkeeper')
-rw-r--r-- | textproc/scrollkeeper/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index 6f3aa91723a..e1ac4f385e1 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2006/06/15 20:40:16 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2006/07/05 05:37:45 jlam Exp $ # DISTNAME= scrollkeeper-0.3.14 @@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews DEPENDS+= docbook-xml>=4.4nb4:../../textproc/docbook-xml GNU_CONFIGURE= yes -USE_TOOLS+= gmake msgfmt +USE_TOOLS+= gmake intltool msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes @@ -67,7 +67,6 @@ SUBST_SED.sc-gtfd= -e s,scrollkeeper-get-toc-from-docpath\ ,${PREFIX}/bin/scroll .include "../../devel/gettext-lib/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/xmlcatmgr/catalogs.mk" .include "../../mk/bsd.pkg.mk" |