From 46d3c0017f91e4372695d947798eb8638ddcf4c9 Mon Sep 17 00:00:00 2001 From: sturm Date: Fri, 2 Nov 2007 13:12:53 +0000 Subject: [PATCH] use python 2.5, fix WANTLIB --- games/widelands/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games/widelands/Makefile b/games/widelands/Makefile index b6e0f698dba..01317432807 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2007/10/03 13:21:20 steven Exp $ +# $OpenBSD: Makefile,v 1.3 2007/11/02 13:12:53 sturm Exp $ COMMENT= economic and military simulation game DISTNAME= widelands-build-11-source -PKGNAME= widelands-0.11p0 +PKGNAME= widelands-0.11p1 CATEGORIES= games EXTRACT_SUFX= .tar.bz2 @@ -18,7 +18,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes -WANTLIB= X11 Xext SDL c m png pthread stdc++ usbhid z +WANTLIB= SDL c m png pthread stdc++ z LIB_DEPENDS= SDL_gfx::devel/sdl-gfx \ SDL_image::devel/sdl-image \ @@ -30,7 +30,7 @@ BUILD_DEPENDS= ::devel/scons MODULES= devel/gettext -PYTHON_VER= 2.4 +PYTHON_VER= 2.5 WRKDIST= ${WRKDIR}/widelands