diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-12-11 09:31:28 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-12-11 09:31:28 +0000 |
commit | 30e4f6deed3abd6fe9776e762733200247e3ff4e (patch) | |
tree | 353a8ea36e12c6b10a1e4b6b0f1bab903cd19d23 | |
parent | 8a58284af6ca62f6b2d88385f4bb3e65a7aa372e (diff) | |
download | FreeBSD-ports-30e4f6deed3abd6fe9776e762733200247e3ff4e.zip FreeBSD-ports-30e4f6deed3abd6fe9776e762733200247e3ff4e.tar.gz |
Update version number of smpeg shared library.
-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 ce90595..34c4643 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 4d3fe2a..4e7e249b 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 688d1c1..80495bb 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 688d1c1..80495bb 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 |