diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-04-03 05:20:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-04-03 05:20:38 +0000 |
commit | a0d021bb55f0671cc3d40d01f076d11f9885d6d9 (patch) | |
tree | f51a6b224b3b65c86f8448ed318923b6fe559ba4 /games | |
parent | 1600a9fa3126688ea2bbdb9d03bfaebbcba104dd (diff) | |
download | ports-a0d021bb55f0671cc3d40d01f076d11f9885d6d9.tar.gz ports-a0d021bb55f0671cc3d40d01f076d11f9885d6d9.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/2048-qt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/2048-qt/Makefile b/games/2048-qt/Makefile index 5b463b916342..bd602504b91d 100644 --- a/games/2048-qt/Makefile +++ b/games/2048-qt/Makefile @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= xiaoyong GH_PROJECT= 2048-Qt -USES= gmake pkgconfig qmake qt:5 +USES= compiler:c++11-lang gmake pkgconfig qmake qt:5 USE_QT= core declarative gui network widgets buildtools_build quickcontrols PLIST_FILES= bin/2048-qt ${DESKTOPDIR}/${PORTNAME}.desktop \ |