From c7ce289a29b2f8d54ef11afb592072c8b54890a2 Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Wed, 18 Aug 2010 14:06:34 +0000 Subject: - Restrict Python version to 2.5+ to avoid compilation errors PR: ports/149122 Submitted by: glarkin Approved by: duchateau.olivier@gmail.com (maintainer; timeout - 20 days) --- audio/py-shout/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/py-shout') diff --git a/audio/py-shout/Makefile b/audio/py-shout/Makefile index fb577d5bd596..5bea74195f17 100644 --- a/audio/py-shout/Makefile +++ b/audio/py-shout/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} -USE_PYTHON= yes +USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= ${PORTNAME}-python -- cgit v1.2.3