diff options
author | pav <pav@FreeBSD.org> | 2009-01-30 03:59:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-30 03:59:57 +0800 |
commit | a7ad4d8c1871c0349f773a683efb26e1f29e3ce1 (patch) | |
tree | 180a6cd03b15f5ecebe4de20932efce2592c72a1 /textproc/p5-XML-Xerces | |
parent | 962c551c356d85b1b1dec7e79f52e00217803f91 (diff) | |
download | freebsd-ports-gnome-a7ad4d8c1871c0349f773a683efb26e1f29e3ce1.tar.gz freebsd-ports-gnome-a7ad4d8c1871c0349f773a683efb26e1f29e3ce1.tar.zst freebsd-ports-gnome-a7ad4d8c1871c0349f773a683efb26e1f29e3ce1.zip |
- Mark BROKEN: does not compile
Reported by: pointyhat
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" \ |