diff options
Diffstat (limited to 'textproc/p5-XML-Xerces/Makefile')
-rw-r--r-- | textproc/p5-XML-Xerces/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile index c4e3d04a6e8..7075fabf438 100644 --- a/textproc/p5-XML-Xerces/Makefile +++ b/textproc/p5-XML-Xerces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:11:05 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/04/06 06:22:51 reed Exp $ # DISTNAME= XML-Xerces-2.3.0-4 @@ -23,7 +23,7 @@ MAKE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}" LANG="" # Xerces-C is built unthreaded in pkgsrc (for now). BUILDLINK_TRANSFORM+= rm:-lpthread -BUILDLINK_DEPENDS.xerces-c+= xerces-c>=2.3.0 +BUILDLINK_API_DEPENDS.xerces-c+= xerces-c>=2.3.0 .include "../../textproc/xerces-c/buildlink3.mk" .include "../../lang/perl5/module.mk" |