diff options
Diffstat (limited to 'java/openjit/Makefile')
-rw-r--r-- | java/openjit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/openjit/Makefile b/java/openjit/Makefile index 85be7862324c..5d17a1185a3e 100644 --- a/java/openjit/Makefile +++ b/java/openjit/Makefile @@ -16,6 +16,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A high-performance reflective Java Just-In-Time (JIT) bytecode compiler BROKEN= "Configure fails with diablo-jdk13" +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} # Only native JDKs are allowed. Default is java/diablo-jdk13 .if defined(WITH_JDK13) |