diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-04 23:46:08 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-04 23:46:08 +0000 |
commit | b29642f253f87a204a32d5dcc337d932f7cb5e4a (patch) | |
tree | d63050b86f63b9e949e1ad8b8d9b78c52e1e0cc2 /textproc | |
parent | d1d232e864c2f4ab41d46bef8622b3c2cabc26fa (diff) | |
download | pkgsrc-b29642f253f87a204a32d5dcc337d932f7cb5e4a.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook-xml/Makefile | 4 | ||||
-rw-r--r-- | textproc/intltool/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/textproc/docbook-xml/Makefile b/textproc/docbook-xml/Makefile index a0c015a35ed..fc64a46758d 100644 --- a/textproc/docbook-xml/Makefile +++ b/textproc/docbook-xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/02/25 11:48:15 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/06/04 23:46:08 xtraeme Exp $ # DISTNAME= docbook-xml-4.2 @@ -11,6 +11,8 @@ MAINTAINER= seb@NetBSD.org HOMEPAGE= http://www.oasis-open.org/docbook COMMENT= XML DTD designed for computer documentation +PKG_INSTALLATION_TYPES= overwrite pkgviews + WRKSRC= ${WRKDIR} USE_BUILDLINK3= YES USE_LANGUAGES= # empty diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index f24b48c41d3..5c2a287da84 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/02/11 00:48:58 xtraeme Exp $ +# $NetBSD: Makefile,v 1.16 2004/06/04 23:52:46 xtraeme Exp $ # DISTNAME= intltool-0.30 @@ -10,6 +10,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Toolbox for internationalisation +PKG_INSTALLATION_TYPES= overwrite pkgviews + DEPENDS= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser CONFLICTS= xml-i18n-tools<=0.9 |