diff options
-rw-r--r-- | textproc/libxslt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index da135fed2b0..875550399cf 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2004/02/18 13:42:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.39 2004/02/22 07:29:59 minskim Exp $ DISTNAME= libxslt-1.1.3 PKGNAME= ${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://xmlsoft.org/XSLT/ COMMENT= XSLT parser library from the GNOME project +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes |