svn commit: r369526 - head/games/widelands

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 29 14:38:30 UTC 2014


Author: amdmi3
Date: Mon Sep 29 14:38:29 2014
New Revision: 369526
URL: http://svnweb.freebsd.org/changeset/ports/369526
QAT: https://qat.redports.org/buildarchive/r369526/

Log:
  - Convert to USES=python

Modified:
  head/games/widelands/Makefile

Modified: head/games/widelands/Makefile
==============================================================================
--- head/games/widelands/Makefile	Mon Sep 29 14:38:00 2014	(r369525)
+++ head/games/widelands/Makefile	Mon Sep 29 14:38:29 2014	(r369526)
@@ -17,14 +17,13 @@ LIB_DEPENDS=	libpng.so:${PORTSDIR}/graph
 		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
 
-USES=		tar:bzip2 cmake:outsource gettext compiler:c++11-lib lua:51
+USES=		cmake:outsource compiler:c++11-lib 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_SDL=	sdl mixer image net ttf gfx
-USE_PYTHON_BUILD=yes
 
 PLIST_FILES=	bin/widelands
 PORTDATA=	*


More information about the svn-ports-head mailing list