diff options
author | minskim <minskim> | 2004-02-22 07:29:59 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-22 07:29:59 +0000 |
commit | 267e3f2a209090ef8220e9293991654cb66c9d76 (patch) | |
tree | 55095cd43418dc0dabfecd69d9eccc01da76516a /textproc | |
parent | 9df17ef309f9bcd4fc6b4cf04b0c99bcc1f1e899 (diff) | |
download | pkgsrc-267e3f2a209090ef8220e9293991654cb66c9d76.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'textproc')
-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 |