diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-29 19:59:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-29 19:59:57 +0000 |
commit | e4d055c91c3fae16450f021737ef89219f6039f6 (patch) | |
tree | 2a30b284454f0c9710210b06b16b31c096362ad6 /textproc/p5-XML-Xerces | |
parent | b9e5a4526661271d02ee0c56d6b4b976139c720b (diff) |
- Mark BROKEN: does not compile
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=227108
Diffstat (limited to 'textproc/p5-XML-Xerces')
-rw-r--r-- | textproc/p5-XML-Xerces/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile index e401f65eeaf3..8548a574ba55 100644 --- a/textproc/p5-XML-Xerces/Makefile +++ b/textproc/p5-XML-Xerces/Makefile @@ -17,6 +17,8 @@ COMMENT= The Perl API to the Apache project's Xerces XML parser LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 +BROKEN= does not compile + USE_GMAKE= YES PERL_CONFIGURE= YES CONFIGURE_ENV+= XERCES_LIB="${LOCALBASE}/lib" \ |