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 /graphics | |
parent | Use the latest gal. (diff) |
Correct libsmpeg version number.
PR: 23875
Submitted by: Munehiro Matsuda <haro@kubota.co.jp>
Notes
Notes:
svn path=/head/; revision=36400
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/smpeg-xmms/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |