diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 18:36:55 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 18:36:55 +0000 |
commit | 4c46ca73d827ceeb91e695bf5da18e5be90e9ca4 (patch) | |
tree | 0396740faf427665ee28135c858aa42aba8d2024 /x11/thingylaunch/Makefile | |
parent | 29ac0a6ffdb0534cd5524703f46e5e061cb0ec07 (diff) |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes:
svn path=/head/; revision=517000
Diffstat (limited to 'x11/thingylaunch/Makefile')
-rw-r--r-- | x11/thingylaunch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/thingylaunch/Makefile b/x11/thingylaunch/Makefile index 5893430d6d7b..4ea8cd23724b 100644 --- a/x11/thingylaunch/Makefile +++ b/x11/thingylaunch/Makefile @@ -19,9 +19,9 @@ LIBX11_DESC= Build against libX11 LIBXCB_DESC= Build against libXCB OPTIONS_DEFAULT= LIBX11 +USES= cmake compiler:c++11-lib xorg USE_XORG= xorgproto USE_CXXSTD= c++11 -USES= cmake compiler:c++11-lib .include <bsd.port.options.mk> |