diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:07:22 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:07:22 +0000 |
commit | 82f108df3064ff3c1a1e2286a12f648d68dae4cd (patch) | |
tree | b4d5bf951a26d05982f5c0f534d2f244ff41ae41 /math/openmesh | |
parent | Add USES=xorg USES=gl, ports categories l (diff) |
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Diffstat (limited to 'math/openmesh')
-rw-r--r-- | math/openmesh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/openmesh/Makefile b/math/openmesh/Makefile index 22326be4cdf9..8d9135c7c8e1 100644 --- a/math/openmesh/Makefile +++ b/math/openmesh/Makefile @@ -12,7 +12,7 @@ COMMENT= Generic data structure for manipulating polygonal meshes LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++11-lang dos2unix gl qt:5 +USES= cmake compiler:c++11-lang dos2unix gl qt:5 xorg DOS2UNIX_FILES= src/OpenMesh/Tools/CMakeLists.txt USE_QT= core concurrent gui help network opengl printsupport script scripttools sql svg x11extras xml xmlpatterns webkit widgets \ buildtools_build qmake_build uitools_build |