diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-08-30 17:16:49 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-08-30 17:16:49 +0000 |
commit | 5890ba4d615bea7fb57ad28f75f439377bb120d9 (patch) | |
tree | a24f9b4c7e282f801450b25a5068a257d7bf90ab | |
parent | 1a5e179e6e5f721414297ef3fa9cb93d64d76688 (diff) |
sync after recent java.port.mk change
-rw-r--r-- | share/man/man5/port-modules.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index ed7f576cfb4..d0f8b93d96e 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.93 2011/06/05 09:44:58 sthen Exp $ +.\" $OpenBSD: port-modules.5,v 1.94 2011/08/30 17:16:48 jasper Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2011 $ +.Dd $Mdocdate: August 30 2011 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -442,7 +442,7 @@ Set MODJAVA_VER=x.y to use exactly the JDK x.y, MODJAVA_VER=x.y+ to use any x.y or higher version. Set MODJAVA_JRERUN=Yes if the port only needs the JRE at runtime. The module sets JAVA_HOME, ONLY_FOR_ARCHS, MODJAVA_RUN_DEPENDS, and -appends to BUILD_DEPENDS and RUN_DEPENDS. +appends to BUILD_DEPENDS, RUN_DEPENDS and CATEGORIES. It heeds NO_BUILD. .It lang/ghc Sets ONLY_FOR_ARCHS, MODGHC_VER, BUILD_DEPENDS, and RUN_DEPENDS. |