diff options
author | hq <hq@FreeBSD.org> | 2005-07-26 00:21:50 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-07-26 00:21:50 +0800 |
commit | 40843fb043aaeee74adf191cbdf43a28ae3fa9fd (patch) | |
tree | eea46ed0ec7d5eb2ed91b7cdf5a52f3c57e31182 /java/poseidon | |
parent | 18502e7732c3dad41cd60d14d70ecb3acb31b981 (diff) | |
download | freebsd-ports-gnome-40843fb043aaeee74adf191cbdf43a28ae3fa9fd.tar.gz freebsd-ports-gnome-40843fb043aaeee74adf191cbdf43a28ae3fa9fd.tar.zst freebsd-ports-gnome-40843fb043aaeee74adf191cbdf43a28ae3fa9fd.zip |
Forbid the use of a JDK from Sun
PR: 80454
Submitted by: Heiko Adam <adam@ifm.zmaw.de>
Diffstat (limited to 'java/poseidon')
-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" |