From bde4e397dd3c16de2072f4905684a91db5d12b68 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Mon, 7 Nov 2011 14:29:14 +0000 Subject: Update to 11.09. Limit python version to 2.6 & 2.7. PR: ports/162076 Submitted by: Ruslan Mahmatkhanov --- games/gcompris/Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'games/gcompris/Makefile') diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 5ac709a3cec1..d2b8f863ebba 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gcompris -PORTVERSION= 9.6.1 -PORTREVISION= 1 +PORTVERSION= 11.09 CATEGORIES= games gnome MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ @@ -34,12 +33,11 @@ USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GSTREAMER= yes -USE_PYTHON= 2.5+ +USE_PYTHON= 2.6-2.7 USE_SDL= mixer USE_DISPLAY= yes USE_GNOME= gnomehack intlhack gnomeprefix gtk20 pygtk2 libxml2 librsvg2 -CONFIGURE_ARGS= --enable-gnet \ - --enable-dbus +CONFIGURE_ARGS= --enable-gnet CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -lm" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -47,8 +45,6 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN6= gcompris.6 INFO= gcompris -.include - post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/src/gcompris/gcompris.c @@ -73,4 +69,4 @@ post-configure: fi .endif -.include +.include -- cgit v1.2.3