diff options
author | itetcu <itetcu@FreeBSD.org> | 2010-06-09 04:17:37 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2010-06-09 04:17:37 +0800 |
commit | 350cf787888b276bb76969385b878d9807b037f1 (patch) | |
tree | 6a599dca9edee86533b6403ffa72df3e1ba81ca3 | |
parent | c3da782624a8fc1fbd1c18c0409e5cb583b494b2 (diff) | |
download | freebsd-ports-gnome-350cf787888b276bb76969385b878d9807b037f1.tar.gz freebsd-ports-gnome-350cf787888b276bb76969385b878d9807b037f1.tar.zst freebsd-ports-gnome-350cf787888b276bb76969385b878d9807b037f1.zip |
Mark BROKEN, I'm tired to see QAT loosing time trying to build it.
Submitted by: QAT / PointyHat
-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 \ |