diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-03-07 03:00:57 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-03-07 03:00:57 +0000 |
commit | a349844f80a4b42efc11b3929a873725825152c6 (patch) | |
tree | 77e2ded283fa69f1072183ac6cb3d6d429ec1d1c /deskutils/sciplore-mindmapping | |
parent | f084cf7c2a424f1e0729feb80dbb7ddb7aea0d9f (diff) |
Notes
Diffstat (limited to 'deskutils/sciplore-mindmapping')
-rw-r--r-- | deskutils/sciplore-mindmapping/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/deskutils/sciplore-mindmapping/Makefile b/deskutils/sciplore-mindmapping/Makefile index 59ed197c3e31..4b69490fd0bc 100644 --- a/deskutils/sciplore-mindmapping/Makefile +++ b/deskutils/sciplore-mindmapping/Makefile @@ -25,7 +25,12 @@ LICENSE= GPLv2 USE_ZIP= yes USE_JAVA= yes USE_GNOME= desktopfileutils -JAVA_VENDOR= freebsd +JAVA_VENDOR= freebsd openjdk +# JAVA_VENDOR comments: +# - blackdown UNSUITABLE (no 1.6 version) +# - bsdjava UNSUITABLE +# (java.lang.NoClassDefFoundError: javax/xml/bind/JAXB) +# - sun OK BUT SLOW JAVA_VERSION= 1.6 NO_BUILD= yes JDATADIR= ${JAVASHAREDIR}/${PORTNAME} |