diff options
author | glewis <glewis@FreeBSD.org> | 2004-07-20 17:41:09 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-07-20 17:41:09 +0000 |
commit | 5f332ea4b1c8c8435bd060133dd6252b29d53812 (patch) | |
tree | 8af128d3effab376b3e43e165f2a5927452ed7a2 /java/Makefile | |
parent | f631150b6985befa48419f3b527db85a4e098691 (diff) | |
download | FreeBSD-ports-5f332ea4b1c8c8435bd060133dd6252b29d53812.zip FreeBSD-ports-5f332ea4b1c8c8435bd060133dd6252b29d53812.tar.gz |
. Add a port of jomp:
JOMP is a prototype OpenMP implementation for Java.
PR: 69057
Submitted by: brueffer
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 8de8a43..8024c1e 100644 --- a/java/Makefile +++ b/java/Makefile @@ -89,6 +89,7 @@ SUBDIR += jmf SUBDIR += jmp SUBDIR += jode + SUBDIR += jomp SUBDIR += jre SUBDIR += jsdk SUBDIR += jump |