diff options
| author | Herve Quiroz <hq@FreeBSD.org> | 2005-07-25 16:21:50 +0000 |
|---|---|---|
| committer | Herve Quiroz <hq@FreeBSD.org> | 2005-07-25 16:21:50 +0000 |
| commit | e090d7f4c4dbbfe715aacf628a87d9c45ae5bdc7 (patch) | |
| tree | 245d0d59f53eb6d7f17d6235205e8ac13c43cb49 /java | |
| parent | Add kchmviewer 0.92, a Qt/KDE viewer for CHM files. (diff) | |
Forbid the use of a JDK from Sun
PR: 80454
Submitted by: Heiko Adam <adam@ifm.zmaw.de>
Notes
Notes:
svn path=/head/; revision=140105
Diffstat (limited to 'java')
| -rw-r--r-- | java/poseidon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/poseidon/Makefile b/java/poseidon/Makefile index cb93d46f1fa0..b46dd6b2bd06 100644 --- a/java/poseidon/Makefile +++ b/java/poseidon/Makefile @@ -21,6 +21,7 @@ COMMENT= A popular UML CASE tool USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.4+ +JAVA_VENDOR= ${_JAVA_VENDOR_LIST:Nsun} # the port is broken with Sun JDKs USE_REINPLACE= yes NO_BUILD= yes NO_PACKAGE= "Redistribution is not permitted" |
