diff options
| author | Volker Stolz <vs@FreeBSD.org> | 2006-04-23 13:49:53 +0000 |
|---|---|---|
| committer | Volker Stolz <vs@FreeBSD.org> | 2006-04-23 13:49:53 +0000 |
| commit | c30bac78ff7f87c805e8f9ddeee922d67e9810ee (patch) | |
| tree | b87c2996781bbdaf8b74d2fe1fdb7542e6a37366 | |
| parent | - Update to 0.8.5-test3 (diff) | |
Unbreak: Limit Java version to 1.4 since build fails with Diablo JDK
| -rw-r--r-- | devel/colorer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/colorer/Makefile b/devel/colorer/Makefile index c7ba51cb347f..0e3ccb62675c 100644 --- a/devel/colorer/Makefile +++ b/devel/colorer/Makefile @@ -22,12 +22,10 @@ BUILD_DEPENDS= fop:${PORTSDIR}/textproc/fop \ ${LOCALBASE}/share/mathml-xsd/mathml2.xsd:${PORTSDIR}/textproc/mathml-xsd \ ${LOCALBASE}/share/xhtml1-xsd/xhtml1-strict.xsd:${PORTSDIR}/textproc/xhtml1-xsd -BROKEN= Does not compile - USE_BZIP2= yes USE_REINPLACE= yes USE_JAVA= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.4 USE_ANT= yes ALL_TARGET?= library-linux USE_GMAKE= yes |
