diff options
author | arved <arved@FreeBSD.org> | 2008-05-04 04:06:22 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2008-05-04 04:06:22 +0800 |
commit | aa0ae42899bf233cb7eab2320429f9eb606a7e67 (patch) | |
tree | f5cf81eda58caba1df2a6021d689d8813b895a96 /java/cacao | |
parent | daeeff3dde591b5a7a33658d91999ff1711abde1 (diff) | |
download | freebsd-ports-gnome-aa0ae42899bf233cb7eab2320429f9eb606a7e67.tar.gz freebsd-ports-gnome-aa0ae42899bf233cb7eab2320429f9eb606a7e67.tar.zst freebsd-ports-gnome-aa0ae42899bf233cb7eab2320429f9eb606a7e67.zip |
Drop maintainership, as it looks like i am motivated enough to fix this port.
Diffstat (limited to 'java/cacao')
-rw-r--r-- | java/cacao/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/cacao/Makefile b/java/cacao/Makefile index 9ed56a476d29..da7f42f51ea8 100644 --- a/java/cacao/Makefile +++ b/java/cacao/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 0.98 CATEGORIES= java devel MASTER_SITES= http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PORTVERSION}/ -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= JIT compiler for JAVA BUILD_DEPENDS= ${LOCALBASE}/share/classpath/glibj.zip:${PORTSDIR}/java/classpath |