diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:03:34 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:03:34 +0000 |
commit | 07e8e1c13cabb968ffd985d9af1a2ddc2c02498c (patch) | |
tree | 54e77937cbaf0fed5fc185aca36b2d9a346a79b5 /java/java3d | |
parent | Update xorgproto, libX11 and libXvMC (diff) |
Add USES=xorg USES=gl, ports categories j
Add USES=xorg and USES=gl to ports in categories starting with 'j'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes:
svn path=/head/; revision=516912
Diffstat (limited to 'java/java3d')
-rw-r--r-- | java/java3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java3d/Makefile b/java/java3d/Makefile index 33035fab57c5..54245cab2607 100644 --- a/java/java3d/Makefile +++ b/java/java3d/Makefile @@ -17,7 +17,7 @@ BROKEN_aarch64= fails to compile: GVector.java:168: bad use of '>' BROKEN_armv6= fails to compile: build.xml: Compile failed; see the compiler error output for details BROKEN_armv7= fails to compile: build.xml: Compile failed; see the compiler error output for details -USES= gl tar:bzip2 +USES= gl tar:bzip2 xorg USE_JAVA= yes USE_GL= gl USE_XORG= xt |