diff options
author | kris <kris@FreeBSD.org> | 2006-03-06 20:34:58 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-06 20:34:58 +0000 |
commit | be3dcabb5832cf884ca3af6198a2a548b9689de3 (patch) | |
tree | c1d66cde9ad562e911c2bf1159866f02f7db891d /java/jc | |
parent | 259de097d07717d2d38f1570cdb448434d04429c (diff) | |
download | FreeBSD-ports-be3dcabb5832cf884ca3af6198a2a548b9689de3.zip FreeBSD-ports-be3dcabb5832cf884ca3af6198a2a548b9689de3.tar.gz |
Add NO_PACKAGE since this apparently takes an enormous amount of RAM to
build, and has never built successfully on the package cluster since the
update last year.
Approved by: portmgr (implicit)
Diffstat (limited to 'java/jc')
-rw-r--r-- | java/jc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/jc/Makefile b/java/jc/Makefile index 154c207..313a504 100644 --- a/java/jc/Makefile +++ b/java/jc/Makefile @@ -18,6 +18,8 @@ COMMENT= JVM that converts class files to C source and compiles them with GCC BUILD_DEPENDS= ${LOCALBASE}/share/classpath/glibj.zip:${PORTSDIR}/java/classpath LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +NO_PACKAGE= Takes too many resources to build + MAN1= jc.1 USE_JAVA= yes |