diff options
author | jkim <jkim@FreeBSD.org> | 2014-05-03 05:35:14 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2014-05-03 05:35:14 +0800 |
commit | 846c096fa3b2b2dafeba1a0022171623972c877a (patch) | |
tree | 5d24587a7d198837ad4b3d84047b67dff6c2b065 /Mk/bsd.java.mk | |
parent | bc748f16578c5751366ea9618d54a4b126034813 (diff) | |
download | freebsd-ports-gnome-846c096fa3b2b2dafeba1a0022171623972c877a.tar.gz freebsd-ports-gnome-846c096fa3b2b2dafeba1a0022171623972c877a.tar.zst freebsd-ports-gnome-846c096fa3b2b2dafeba1a0022171623972c877a.zip |
Document JAVA_EXTRACT.
Diffstat (limited to 'Mk/bsd.java.mk')
-rw-r--r-- | Mk/bsd.java.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.java.mk b/Mk/bsd.java.mk index aa3805696252..26d3db597676 100644 --- a/Mk/bsd.java.mk +++ b/Mk/bsd.java.mk @@ -36,6 +36,9 @@ Java_Include_MAINTAINER= java@FreeBSD.org # JAVA_BUILD When set, it means that the selected JDK port should be # added to build dependencies for the port. # +# JAVA_EXTRACT This variable works exactly the same as JAVA_BUILD but +# regarding extract dependencies. +# # JAVA_RUN This variable works exactly the same as JAVA_BUILD but # regarding run dependencies. # |