diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-27 08:06:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-27 08:06:22 +0000 |
commit | 533f641f30e0e7ec4ecd2cad5835656da9199bbc (patch) | |
tree | ec81c51ec28d564acce8124202efde4cff8a6f4a | |
parent | 3d022976e0c92580d42da3b2ea48bde086ce759c (diff) | |
download | freebsd-ports-533f641f30e0e7ec4ecd2cad5835656da9199bbc.zip |
Correct libsmpeg version number.
PR: 23875
Submitted by: Munehiro Matsuda <haro@kubota.co.jp>
-rw-r--r-- | graphics/smpeg-xmms/Makefile | 2 | ||||
-rw-r--r-- | multimedia/smpeg-xmms/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/smpeg-xmms/Makefile b/graphics/smpeg-xmms/Makefile index e5878802ed4b..0fb7cf9a9a66 100644 --- a/graphics/smpeg-xmms/Makefile +++ b/graphics/smpeg-xmms/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.xmms.org/xmms/plugins/smpeg-xmms/ MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= smpeg.0:${PORTSDIR}/graphics/smpeg \ +LIB_DEPENDS= smpeg.1:${PORTSDIR}/graphics/smpeg \ xmms.1:${PORTSDIR}/audio/xmms SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config diff --git a/multimedia/smpeg-xmms/Makefile b/multimedia/smpeg-xmms/Makefile index e5878802ed4b..0fb7cf9a9a66 100644 --- a/multimedia/smpeg-xmms/Makefile +++ b/multimedia/smpeg-xmms/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.xmms.org/xmms/plugins/smpeg-xmms/ MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= smpeg.0:${PORTSDIR}/graphics/smpeg \ +LIB_DEPENDS= smpeg.1:${PORTSDIR}/graphics/smpeg \ xmms.1:${PORTSDIR}/audio/xmms SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config |