diff options
author | minskim <minskim@pkgsrc.org> | 2004-11-27 18:48:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-11-27 18:48:25 +0000 |
commit | ffe8c8dc2ab1e76601ad4f0d886fa2fb24bea06f (patch) | |
tree | 10a708d532019b113059856e4e0fe4e47d4ebe63 /textproc/libxml | |
parent | cb13235e0d643f2ac1e744f4b3d2d21ed3aca576 (diff) | |
download | pkgsrc-ffe8c8dc2ab1e76601ad4f0d886fa2fb24bea06f.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'textproc/libxml')
-rw-r--r-- | textproc/libxml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index e58f45aba39..3664dc24ec4 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/11/20 22:07:49 jmmv Exp $ +# $NetBSD: Makefile,v 1.34 2004/11/27 18:48:25 minskim Exp $ # DISTNAME= libxml-1.8.17 @@ -11,6 +11,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://xmlsoft.org/ COMMENT= XML parser, mainly used by the GNOME project +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes |