aboutsummaryrefslogtreecommitdiff
path: root/misc/lxi-tools
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-11-06 18:09:44 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-11-06 18:09:44 +0000
commit7ad72d866de6238af47cea8681f3b76a399387b3 (patch)
tree7b6b4fd5b99923692632fd981b9ce3134c458e4e /misc/lxi-tools
parent82f108df3064ff3c1a1e2286a12f648d68dae4cd (diff)
downloadports-7ad72d866de6238af47cea8681f3b76a399387b3.tar.gz
ports-7ad72d866de6238af47cea8681f3b76a399387b3.zip
Add USES=xorg USES=gl, ports categories l and m
Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes: svn path=/head/; revision=516917
Diffstat (limited to 'misc/lxi-tools')
-rw-r--r--misc/lxi-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/lxi-tools/Makefile b/misc/lxi-tools/Makefile
index 30990c673c0e..9ebb485f1687 100644
--- a/misc/lxi-tools/Makefile
+++ b/misc/lxi-tools/Makefile
@@ -32,7 +32,7 @@ PLIST_FILES= bin/lxi \
OPTIONS_DEFINE= DOCS GUI
-GUI_USES= qmake:no_env qt:5
+GUI_USES= gl qmake:no_env qt:5
GUI_USE= qt=core,gui,charts,widgets,buildtools_build,qmake_build gl=gl
GUI_CONFIGURE_ENABLE= lxi-gui
GUI_CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${QT_LIBDIR}"