diff options
-rw-r--r-- | audio/pysol-sound-server/Makefile | 2 | ||||
-rw-r--r-- | audio/sdl_mixer/Makefile | 2 | ||||
-rw-r--r-- | graphics/xmps/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xmps/Makefile | 2 |
4 files changed, 4 insertions, 4 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 diff --git a/graphics/xmps/Makefile b/graphics/xmps/Makefile index 688d1c1d64ae..80495bb2a0f3 100644 --- a/graphics/xmps/Makefile +++ b/graphics/xmps/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://xmps.sourceforge.net/sources/ MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= smpeg.0:${PORTSDIR}/graphics/smpeg +LIB_DEPENDS= smpeg.1:${PORTSDIR}/graphics/smpeg BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config diff --git a/multimedia/xmps/Makefile b/multimedia/xmps/Makefile index 688d1c1d64ae..80495bb2a0f3 100644 --- a/multimedia/xmps/Makefile +++ b/multimedia/xmps/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://xmps.sourceforge.net/sources/ MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= smpeg.0:${PORTSDIR}/graphics/smpeg +LIB_DEPENDS= smpeg.1:${PORTSDIR}/graphics/smpeg BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config |