diff options
author | tron <tron@pkgsrc.org> | 2001-11-17 15:28:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-11-17 15:28:49 +0000 |
commit | d9674cad8019f1d44e2817b0954ef83060f7fbf2 (patch) | |
tree | 010e17a872531f830297d470be09df1ff7a49bb4 /textproc/libxml2/Makefile | |
parent | f2ee21758b94437af69aec477e8c970fca8cbd0a (diff) | |
download | pkgsrc-d9674cad8019f1d44e2817b0954ef83060f7fbf2.tar.gz |
Work arround broken circular include directives which cause build failures
in the "kdelibs2" package.
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r-- | textproc/libxml2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index a5bcf5f7539..8b8844f475c 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2001/11/16 20:59:32 tron Exp $ +# $NetBSD: Makefile,v 1.8 2001/11/17 15:28:49 tron Exp $ DISTNAME= libxml2-2.4.10 +PKGNAME= ${DISTNAME}nb1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libxml/} |