aboutsummaryrefslogtreecommitdiff
path: root/graphics/evolvotron
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 14:36:06 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 14:36:06 +0000
commit3cf0c52fa6016687078f1be15489ab2af19dc330 (patch)
treecbe693adeccba5e36f594c9db8a0b351320cb150 /graphics/evolvotron
parent4dbc59c3bb70027554159916d299ae4aa3d6a717 (diff)
downloadports-3cf0c52fa6016687078f1be15489ab2af19dc330.tar.gz
ports-3cf0c52fa6016687078f1be15489ab2af19dc330.zip
graphics: Add missing USES={gl,gnome,sdl}
Notes
Notes: svn path=/head/; revision=517071
Diffstat (limited to 'graphics/evolvotron')
-rw-r--r--graphics/evolvotron/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile
index c24e992c5724..4e2815e0ac76 100644
--- a/graphics/evolvotron/Makefile
+++ b/graphics/evolvotron/Makefile
@@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-USES= compiler:c++11-lib gl python qmake qt:5
+USES= compiler:c++11-lib gl gnome python qmake qt:5
USE_QT= core gui widgets xml buildtools_build
USE_GL= gl
QMAKE_ARGS= VERSION_NUMBER="${PORTVERSION}"