diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-23 10:32:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-23 10:32:06 +0800 |
commit | 970b63ca0e1f22d973ea5e4d82da205d3f795396 (patch) | |
tree | 7c778fc849ffd46c6e6458b6842a48cec3a0cdfa /games | |
parent | 0af1a6fe035772a8404c95ef59b7cfe2b916f19e (diff) | |
download | freebsd-ports-gnome-970b63ca0e1f22d973ea5e4d82da205d3f795396.tar.gz freebsd-ports-gnome-970b63ca0e1f22d973ea5e4d82da205d3f795396.tar.zst freebsd-ports-gnome-970b63ca0e1f22d973ea5e4d82da205d3f795396.zip |
- Drop no-op WX_UNICODE
- Sort USES
Diffstat (limited to 'games')
-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= * |