diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-01-16 07:35:27 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-01-16 07:35:27 +0000 |
commit | 643a31c2cd7e97c5dfb3d9dc5598b4a23fdce6fd (patch) | |
tree | 9c57994bbc6392ed31f9bcff5546fbd87be7b900 /java/cacao/Makefile | |
parent | eaf6580c70bfa152be0a9d09e4b15dc27facf4e3 (diff) | |
download | ports-643a31c2cd7e97c5dfb3d9dc5598b4a23fdce6fd.tar.gz ports-643a31c2cd7e97c5dfb3d9dc5598b4a23fdce6fd.zip |
Notes
Diffstat (limited to 'java/cacao/Makefile')
-rw-r--r-- | java/cacao/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/java/cacao/Makefile b/java/cacao/Makefile index 5d38ec93c348..58fbdbfe5e9b 100644 --- a/java/cacao/Makefile +++ b/java/cacao/Makefile @@ -6,19 +6,15 @@ PORTNAME= cacao PORTVERSION= 0.98 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bkoenig@alpha-tierchen.de COMMENT= JIT compiler for JAVA BUILD_DEPENDS= ${LOCALBASE}/share/classpath/glibj.zip:${PORTSDIR}/java/classpath -BROKEN= does not configure -DEPRECATED= has been broken for more than 6 months -EXPIRATION_DATE=2009-01-19 - USE_BZIP2= yes USE_AUTOTOOLS= libltdl USE_JAVA= yes |