diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-06-08 20:17:37 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-06-08 20:17:37 +0000 |
commit | 1592451185dd00b3edfdc1a0f2ab0a2e496d090a (patch) | |
tree | f9786468049891fee11a605086f3f4712ac6534f /java/jdk16 | |
parent | adb91f456db9ebd3d54d9cea86a9a3a58d96f371 (diff) |
Notes
Diffstat (limited to 'java/jdk16')
-rw-r--r-- | java/jdk16/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile index caf537464265..53f18ef42260 100644 --- a/java/jdk16/Makefile +++ b/java/jdk16/Makefile @@ -24,6 +24,8 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ ${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper +BROKEN= does not compile + OPTIONS= DEBUG "Enable debugging support" off \ IPV6 "Enable IPv6 support" off \ WEB "Enable the browser plugin and Java Web Start" on \ |