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/speedcrunch | |
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.
Notes
Notes:
svn path=/head/; revision=516916
Diffstat (limited to 'math/speedcrunch')
-rw-r--r-- | math/speedcrunch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/speedcrunch/Makefile b/math/speedcrunch/Makefile index fe23fe73dc0f..a0c4c2768163 100644 --- a/math/speedcrunch/Makefile +++ b/math/speedcrunch/Makefile @@ -17,7 +17,7 @@ BB_ACCOUNT= heldercorreia BB_PROJECT= ${PORTNAME} BB_COMMIT= c0fc9c68d292 -USES= cmake compiler:c++11-lang qt:5 +USES= cmake compiler:c++11-lang qt:5 xorg USE_QT= buildtools_build qmake_build core gui help sql widgets USE_XORG= x11 |