diff options
author | minskim <minskim> | 2004-02-22 07:03:20 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-22 07:03:20 +0000 |
commit | 99b3f81213bb03966d0b27e9686c9e5ff4157013 (patch) | |
tree | 24b4546a3fc0ace01b9b076edc8cfdbcf54375de | |
parent | a4af9cfd4fe50e162fa2c9bb06b6d9b9379371f5 (diff) | |
download | pkgsrc-99b3f81213bb03966d0b27e9686c9e5ff4157013.tar.gz |
Enable pkgviews installation.
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML-Common/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 2beb1165ec6..41fc6749b68 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2004/02/14 18:26:29 jmmv Exp $ +# $NetBSD: Makefile,v 1.49 2004/02/22 07:03:20 minskim Exp $ DISTNAME= libxml2-${LIBXML_VERSION} CATEGORIES= textproc @@ -9,6 +9,8 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://xmlsoft.org/ COMMENT= XML parser library from the GNOME project +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes diff --git a/textproc/p5-XML-LibXML-Common/Makefile b/textproc/p5-XML-LibXML-Common/Makefile index a263fa71891..459277819ef 100644 --- a/textproc/p5-XML-LibXML-Common/Makefile +++ b/textproc/p5-XML-LibXML-Common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/02/17 05:55:27 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/22 07:05:53 minskim Exp $ # DISTNAME= XML-LibXML-Common-0.13 @@ -12,6 +12,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/~phish/XML-LibXML-Common/ COMMENT= Routines and constants common for XML::LibXML and XML::GDOME +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/LibXML/Common/.packlist |