diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-06 20:34:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-06 20:34:58 +0000 |
commit | 0b3c5c4bf1023d1f410f6892579d9a21df03e4bf (patch) | |
tree | 62845d872130a3a20945325b33034cf1dc952127 /java/jc/Makefile | |
parent | 67f0d04819b0cf0f62d6f2664182851035414358 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=156989
Diffstat (limited to 'java/jc/Makefile')
-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 154c20781c42..313a5042b463 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 |