diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-23 02:32:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-23 02:32:06 +0000 |
commit | 388e0658b7786c716e26375ce4e5607b960704e7 (patch) | |
tree | 7c778fc849ffd46c6e6458b6842a48cec3a0cdfa /games/springlobby | |
parent | 4324473ccff939fe32d6745599af7c62a6c536d0 (diff) | |
download | ports-388e0658b7786c716e26375ce4e5607b960704e7.tar.gz ports-388e0658b7786c716e26375ce4e5607b960704e7.zip |
Notes
Diffstat (limited to 'games/springlobby')
-rw-r--r-- | games/springlobby/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile index e9e37115e5bf..653e2ead6c2a 100644 --- a/games/springlobby/Makefile +++ b/games/springlobby/Makefile @@ -18,11 +18,10 @@ RUN_DEPENDS= spring:${PORTSDIR}/games/spring LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libboost_thread.so:${PORTSDIR}/devel/boost-libs -USES= cmake pkgconfig compiler:c++11-lib tar:bzip2 +USES= cmake compiler:c++11-lib pkgconfig tar:bzip2 CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \ -DENABLE_DEBUG_REPORT=FALSE USE_WX= 2.8+ -WX_UNICODE= yes PORTDOCS= * |