diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 22:16:14 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 22:16:14 +0000 |
commit | be6c15b5c6de864408ba3f414a57f20ff622a2d0 (patch) | |
tree | 86bd1ae6afedaa57f4eef276444e85b00f8c8e63 /graphics/open3d | |
parent | 2428d822895b6225746f9e1d2bed3143711fcf14 (diff) | |
download | freebsd-ports-be6c15b5c6de864408ba3f414a57f20ff622a2d0.zip |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Diffstat (limited to 'graphics/open3d')
-rw-r--r-- | graphics/open3d/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/open3d/Makefile b/graphics/open3d/Makefile index b9d2cbb867c5..014c234cd40a 100644 --- a/graphics/open3d/Makefile +++ b/graphics/open3d/Makefile @@ -16,7 +16,8 @@ LIB_DEPENDS= libglfw.so:graphics/glfw \ libjsoncpp.so:devel/jsoncpp \ libpng.so:graphics/png -USES= cmake compiler:c++14-lang eigen:3 jpeg localbase:ldflags pkgconfig +USES= cmake compiler:c++14-lang eigen:3 gl jpeg localbase:ldflags \ + pkgconfig USE_GITHUB= yes GH_ACCOUNT= IntelVCL USE_GL= gl glew glu |