diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-11 09:31:28 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-11 09:31:28 +0000 |
commit | c1d91995a918fe984dd5c6c7d765137d543dec0b (patch) | |
tree | 8c937b3139c9f6b4179e2c5481f98ac5a69880ea /audio | |
parent | 9187adeb42f829b85204d484590b5a20c9c73deb (diff) | |
download | ports-c1d91995a918fe984dd5c6c7d765137d543dec0b.tar.gz ports-c1d91995a918fe984dd5c6c7d765137d543dec0b.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pysol-sound-server/Makefile | 2 | ||||
-rw-r--r-- | audio/sdl_mixer/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile index ce90595bdc9c..34c46434dae6 100644 --- a/audio/pysol-sound-server/Makefile +++ b/audio/pysol-sound-server/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/pysol-sound-s MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel \ - smpeg.0:${PORTSDIR}/graphics/smpeg \ + smpeg.1:${PORTSDIR}/graphics/smpeg \ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index 4d3fe2a0337a..4e7e249b31fa 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -14,7 +14,7 @@ DISTNAME= SDL_mixer-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel \ - smpeg.0:${PORTSDIR}/graphics/smpeg \ + smpeg.1:${PORTSDIR}/graphics/smpeg \ mikmod.2:${PORTSDIR}/audio/libmikmod SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config |