aboutsummaryrefslogtreecommitdiff
path: root/games/widelands
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-09-20 01:13:01 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-09-20 01:13:01 +0000
commit4e2ab3323046a2c86feded4eeac207ff6afa5ddf (patch)
tree72858a49dac158d2b6aa0e2439d0902a75c5a95d /games/widelands
parentb1fd1d6c382113a45f045308391125fc5b54358f (diff)
downloadports-4e2ab3323046a2c86feded4eeac207ff6afa5ddf.tar.gz
ports-4e2ab3323046a2c86feded4eeac207ff6afa5ddf.zip
games/widelands: minor cleanup
- Convert to USE_GL - Convert to USES=execinfo Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=397348
Diffstat (limited to 'games/widelands')
-rw-r--r--games/widelands/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/widelands/Makefile b/games/widelands/Makefile
index 648df77eedd6..4d93d4204308 100644
--- a/games/widelands/Makefile
+++ b/games/widelands/Makefile
@@ -15,17 +15,17 @@ COMMENT= Realtime strategy game inspired by Settlers II
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
- libGLEW.so:${PORTSDIR}/graphics/glew \
- libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
-USES= cmake:outsource compiler:c++11-lib gettext lua:51 tar:bzip2 python:build
+USES= cmake:outsource compiler:c++11-lib execinfo gettext \
+ lua:51 tar:bzip2 python:build
CMAKE_ARGS= -DWL_INSTALL_PREFIX="${PREFIX}" \
-DWL_INSTALL_DATADIR="share/widelands" \
-DWL_INSTALL_BINDIR="bin" \
-DWL_VERSION="${DISTVERSION}" \
-DWL_COMPILERFLAG_OPTIMIZATIONS=""
+USE_GL= glew
USE_SDL= sdl mixer image net ttf gfx
PLIST_FILES= bin/widelands