diff options
author | glewis <glewis@FreeBSD.org> | 2012-04-20 02:53:53 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2012-04-20 02:53:53 +0800 |
commit | 20c40754528a0d7cac6d30587ffe89d09eb93339 (patch) | |
tree | 5f2a401b2f9bcb5faea18c112acfcddcd338fb59 | |
parent | 51a3cac79ea7b0c0f4f5500fed39a4880e4ac5f7 (diff) | |
download | freebsd-ports-gnome-20c40754528a0d7cac6d30587ffe89d09eb93339.tar.gz freebsd-ports-gnome-20c40754528a0d7cac6d30587ffe89d09eb93339.tar.zst freebsd-ports-gnome-20c40754528a0d7cac6d30587ffe89d09eb93339.zip |
. Turn the TZUPDATE option off by default until I can figure out how that
breaks the Eclipse build.
-rw-r--r-- | java/openjdk6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/openjdk6/Makefile b/java/openjdk6/Makefile index 50f9152fd9e4..3a46fcd729b0 100644 --- a/java/openjdk6/Makefile +++ b/java/openjdk6/Makefile @@ -7,7 +7,7 @@ PORTNAME= openjdk6 PORTVERSION= b24 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk6/promoted/${PORTVERSION}/ \ http://download.java.net/jaxp/openjdk/jdk6/:jaxp \ @@ -48,7 +48,7 @@ OPTIONS= DEBUG "Enable legacy debugging support" off \ POLICY "Install the Unlimited Strength Policy Files" off \ SOUND "Enable sound support" off \ TEST "Add support for running regression test" off \ - TZUPDATE "Update the time zone data" on + TZUPDATE "Update the time zone data" off # java extracts directly to the cwd WRKSRC= ${WRKDIR} |