diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:36:06 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:36:06 +0000 |
commit | 3cf0c52fa6016687078f1be15489ab2af19dc330 (patch) | |
tree | cbe693adeccba5e36f594c9db8a0b351320cb150 /graphics/fracplanet | |
parent | 4dbc59c3bb70027554159916d299ae4aa3d6a717 (diff) |
Notes
Diffstat (limited to 'graphics/fracplanet')
-rw-r--r-- | graphics/fracplanet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/fracplanet/Makefile b/graphics/fracplanet/Makefile index 9a21a4574468..49fd18538023 100644 --- a/graphics/fracplanet/Makefile +++ b/graphics/fracplanet/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_program_options.so:devel/boost-libs -USES= compiler:c++11-lang gl qmake:outsource qt:5 +USES= compiler:c++11-lang gl gnome qmake:outsource qt:5 USE_GL= gl glu QMAKE_ARGS= VERSION_NUMBER=${PORTVERSION} USE_QT= buildtools_build core gui opengl |