diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-11-06 12:48:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-11-06 12:48:32 +0000 |
commit | cc8ad7de9b786478d98d89f893f727969ff10a5c (patch) | |
tree | a8d88971682ad17f920feb443ddc5ac6b3c408b6 /java/jomp | |
parent | neomutt: NLS=off no longer requires gettext during build (diff) |
Mark a few ports BROKEN, unfetchable
Diffstat (limited to 'java/jomp')
-rw-r--r-- | java/jomp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/jomp/Makefile b/java/jomp/Makefile index 5c3d52b3b917..03af8eae3739 100644 --- a/java/jomp/Makefile +++ b/java/jomp/Makefile @@ -13,6 +13,8 @@ EXTRACT_ONLY= MAINTAINER= brueffer@FreeBSD.org COMMENT= Prototype OpenMP implementation for Java +BROKEN= unfetchable + USE_JAVA= yes JAVA_VERSION= 1.6+ |