summaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2012-03-31 04:15:41 +0000
committerGreg Lewis <glewis@FreeBSD.org>2012-03-31 04:15:41 +0000
commit6a3ab871a9e600d4e0c03f68c11046115a906602 (patch)
tree5bf43d10d0cc59a50fade7bb3c0c37e8a1e874c8 /java/Makefile
parent- Update to 3.6.1 (diff)
. Add a port that supplies updated zoneinfo files in the format expected by
the JDK/JRE ports. This will make keeping up to date with new timezone data easier and prevent all the JDK/JRE ports needing to be updated regularly whenever a new TZUpdater is released by Oracle. Feature safe: yes
Notes
Notes: svn path=/head/; revision=294028
Diffstat (limited to 'java/Makefile')
-rw-r--r--java/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile
index 25cb15afb209..85305c28711d 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -84,6 +84,7 @@
SUBDIR += java-checkstyle
SUBDIR += java-cup
SUBDIR += java-getopt
+ SUBDIR += java-zoneinfo
SUBDIR += java3d
SUBDIR += javahelp
SUBDIR += javamail