diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-06 21:51:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-06 21:51:52 +0000 |
commit | 2ac60c43460591ba37a07caf664cf21d196b22dd (patch) | |
tree | fa6905795590589ebd0b0c62593b671b65dced58 /textproc/libxml2/Makefile | |
parent | 74678f3a9986cca8a7534bcaefbfc46a6b4a148c (diff) | |
download | pkgsrc-2ac60c43460591ba37a07caf664cf21d196b22dd.tar.gz |
Convert all libnbcompat/buildlink3.mk references to inplace.mk.
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r-- | textproc/libxml2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 0d17005a0ad..9c959a6d58d 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2007/08/29 22:27:09 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2007/09/06 21:51:54 jlam Exp $ DISTNAME= libxml2-2.6.30 CATEGORIES= textproc @@ -45,8 +45,7 @@ SUBST_SED.cat= -e "s,@@SGML_DEFAULT_CATALOG@@,${SGML_DEFAULT_CATALOG},g" SUBST_SED.cat+= -e "s,@@XML_DEFAULT_CATALOG@@,${XML_DEFAULT_CATALOG},g" .if !empty(LOWER_OPSYS:Mirix5*) -# needs glob.h -. include "../../pkgtools/libnbcompat/buildlink3.mk" +. include "../../pkgtools/libnbcompat/inplace.mk" # <glob.h> SUBST_CLASSES+= glob_h SUBST_STAGE.glob_h= post-patch SUBST_FILES.glob_h= runtest.c |