diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-29 18:58:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-29 18:58:06 +0000 |
commit | 34b25fda5f133667b456a69b455e0601e6f79bbc (patch) | |
tree | 94704fd1e2ee64baf2874297d852ad3f6519b13e /audio/sdl_mixer/Makefile | |
parent | Improve installation procedure and pkg-* documentation. (diff) |
Update to 1.1.0.
Notes
Notes:
svn path=/head/; revision=37762
Diffstat (limited to 'audio/sdl_mixer/Makefile')
-rw-r--r-- | audio/sdl_mixer/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index 4e7e249b31fa..ebf4fe7fa928 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -6,16 +6,16 @@ # PORTNAME= sdl_mixer -PORTVERSION= 1.0.6 +PORTVERSION= 1.1.0 CATEGORIES= audio -MASTER_SITES= http://www.devolution.com/~slouken/SDL/projects/SDL_mixer/src/ +MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/src/ DISTNAME= SDL_mixer-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel \ smpeg.1:${PORTSDIR}/graphics/smpeg \ - mikmod.2:${PORTSDIR}/audio/libmikmod + vorbis.0:${PORTSDIR}/audio/libvorbis SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config @@ -25,4 +25,8 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CPPFLAGS="-I${X11BASE}/include" +post-configure: + @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ + ${WRKSRC}/libtool + .include <bsd.port.mk> |