From d730f852a37ae3b80b24d6786f567b7d86060ed7 Mon Sep 17 00:00:00 2001 From: linimon Date: Mon, 12 Nov 2007 03:02:12 +0000 Subject: Update to fix with latest pyrex. PR: ports/117619 Submitted by: Carl Johan Gustavsson Approved by: portmgr (self) --- audio/py-sdl_mixer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/py-sdl_mixer') diff --git a/audio/py-sdl_mixer/Makefile b/audio/py-sdl_mixer/Makefile index 28a01c0931dd..d382fa73ff9e 100644 --- a/audio/py-sdl_mixer/Makefile +++ b/audio/py-sdl_mixer/Makefile @@ -16,7 +16,7 @@ DISTNAME= pysdl_mixer-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Pysdl_mixer is a python interface to SDL's sdl_mixer -BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex +BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal DIST_SUBDIR= python -- cgit