diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-12 02:09:15 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-12 02:09:15 +0000 |
commit | 3e23c146c9f88aaeac118bc6505b2318c83bc780 (patch) | |
tree | aa9c0790820aee0f01f840b8bd92f1d51f43c971 /textproc | |
parent | f1e6ea5e26a95201905ee243d68353559b472a8a (diff) | |
download | pkgsrc-3e23c146c9f88aaeac118bc6505b2318c83bc780.tar.gz |
bl3ify and enable pkgviews installation.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xml-i18n-tools/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/xml-i18n-tools/Makefile b/textproc/xml-i18n-tools/Makefile index 700d5ede98f..b8af2040ae2 100644 --- a/textproc/xml-i18n-tools/Makefile +++ b/textproc/xml-i18n-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/24 15:13:20 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/12 02:09:15 minskim Exp $ DISTNAME= xml-i18n-tools-0.9 PKGREVISION= 1 @@ -11,7 +11,9 @@ COMMENT= XML internationalisation tools CONFLICTS= intltool<=0.25 -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_GNU_TOOLS+= make @@ -23,5 +25,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/$${file} ${DOCDIR}; \ done -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |