diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Xerces/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile index 4a67f3e5292c..5d9cd8c87c07 100644 --- a/textproc/p5-XML-Xerces/Makefile +++ b/textproc/p5-XML-Xerces/Makefile @@ -37,6 +37,10 @@ IGNORE= "requires perl 5.6.x or later. Install lang/perl5 and try again" FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}" .endif +BROKEN= dependency problems: also does not work with xerces-2.5 +DEPRECATED= ${IGNORE} +EXPIRATION_DATE= "06/12/2004" + post-patch: @${PERL} -pi -e "s|-lpthread|${PTHREAD_LIBS}|" ${WRKSRC}/Makefile.PL |