summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-10-31 20:49:54 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-10-31 20:49:54 +0000
commitff193c17dc8b901c2803c05b63109c946aa572b7 (patch)
treefda387c84d8f2525df05aa0fa9130d55c4c70d63 /java
parentUpgrade to 0.6.0. (diff)
- Remove registervm from build dependency. This hack is no longer necessary
as javavmwrapper is fixed now (r306536). - Remove an empty directory, which was missed in the previous commit. Feature safe: yes
Notes
Notes: svn path=/head/; revision=306764
Diffstat (limited to 'java')
-rw-r--r--java/openjdk6/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/openjdk6/Makefile b/java/openjdk6/Makefile
index ca9591b30428..a39ba4fd19f9 100644
--- a/java/openjdk6/Makefile
+++ b/java/openjdk6/Makefile
@@ -31,7 +31,6 @@ LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip \
${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \
- ${LOCALBASE}/bin/registervm:${PORTSDIR}/java/javavmwrapper \
${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client
LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \