diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-12 11:02:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-12 11:02:12 +0800 |
commit | d730f852a37ae3b80b24d6786f567b7d86060ed7 (patch) | |
tree | 8aa94a98f09157951aa3d4273b7e7caf94590df4 /audio | |
parent | 52f8ef758a427a7245a43af896307850cd7f7f6b (diff) | |
download | freebsd-ports-gnome-d730f852a37ae3b80b24d6786f567b7d86060ed7.tar.gz freebsd-ports-gnome-d730f852a37ae3b80b24d6786f567b7d86060ed7.tar.zst freebsd-ports-gnome-d730f852a37ae3b80b24d6786f567b7d86060ed7.zip |
Update to fix with latest pyrex.
PR: ports/117619
Submitted by: Carl Johan Gustavsson <cjg at bsdmail dot org>
Approved by: portmgr (self)
Diffstat (limited to 'audio')
-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 |