diff options
-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 |