diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-05-12 06:35:02 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-05-12 06:35:02 +0000 |
commit | b1bb8617508c88f4fd886bfcb71ed7d53b79667f (patch) | |
tree | 7f7fd7ad56d969cbd5ffdb34a4aed3c9d829e393 /textproc/p5-XML-Xerces | |
parent | 99f3e432062a8c841fbf0a9ba62f1d5a4cd19324 (diff) | |
download | ports-b1bb8617508c88f4fd886bfcb71ed7d53b79667f.tar.gz ports-b1bb8617508c88f4fd886bfcb71ed7d53b79667f.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Xerces')
-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 |