diff options
author | pav <pav@FreeBSD.org> | 2008-05-03 23:25:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-05-03 23:25:31 +0800 |
commit | a98559fbb9925a95e13d0f9c4cb4ebe85f445484 (patch) | |
tree | 7fd055f5bf923a3212b7653bda6d6efd3144e52a /java/cacao | |
parent | 07d4dc9df59cacbde726ddf9c11bf803f2f1edb4 (diff) | |
download | freebsd-ports-gnome-a98559fbb9925a95e13d0f9c4cb4ebe85f445484.tar.gz freebsd-ports-gnome-a98559fbb9925a95e13d0f9c4cb4ebe85f445484.tar.zst freebsd-ports-gnome-a98559fbb9925a95e13d0f9c4cb4ebe85f445484.zip |
- Does not configure: configure: error: cannot find jni.h
Reported by: pointyhat
Diffstat (limited to 'java/cacao')
-rw-r--r-- | java/cacao/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/cacao/Makefile b/java/cacao/Makefile index 1cb2d816f559..9ed56a476d29 100644 --- a/java/cacao/Makefile +++ b/java/cacao/Makefile @@ -14,6 +14,8 @@ COMMENT= JIT compiler for JAVA BUILD_DEPENDS= ${LOCALBASE}/share/classpath/glibj.zip:${PORTSDIR}/java/classpath +BROKEN= does not configure + USE_BZIP2= yes USE_AUTOTOOLS= libltdl USE_JAVA= yes |