diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-12 03:02:12 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-12 03:02:12 +0000 |
commit | 3c64e470cec95bd9edb4d2faf3f3d8b94feb681f (patch) | |
tree | 26432cc5717a0a3e7cf451db2fa251ae80c808fb | |
parent | Require latest version of pyrex to fix build on the cluster. (diff) |
Update to fix with latest pyrex.
PR: ports/117619
Submitted by: Carl Johan Gustavsson <cjg at bsdmail dot org>
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=202638
-rw-r--r-- | audio/py-sdl_mixer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |