diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-06-25 21:07:58 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-06-25 21:07:58 +0000 |
commit | 5e373eaa92fd3a243e1bc7a8e3eaf114ab1eeabf (patch) | |
tree | 3291541f3b73432c893dec35f4f23770dd07732a /games/solarus | |
parent | 9c92503171817f96d944009b9ea88d3c083c9a45 (diff) | |
download | ports-5e373eaa92fd3a243e1bc7a8e3eaf114ab1eeabf.tar.gz ports-5e373eaa92fd3a243e1bc7a8e3eaf114ab1eeabf.zip |
Notes
Diffstat (limited to 'games/solarus')
-rw-r--r-- | games/solarus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/solarus/Makefile b/games/solarus/Makefile index ce4c6b1f7f3a..407fc99c80e0 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -23,7 +23,7 @@ MAKE_ARGS+= DESTDIR=${STAGEDIR} USE_QT5= buildtools_build core gui linguisttools_build widgets USE_SDL= sdl2 ttf2 image2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= cmake qmake compiler:c++11-lib openal +USES= cmake:noninja qmake compiler:c++11-lib openal USE_LDCONFIG= yes .include <bsd.port.mk> |