diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-04-22 21:58:27 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-04-22 21:58:27 +0000 |
commit | fb3f796aa88a5ea4c7d0d3dc41640c3fd95ba724 (patch) | |
tree | 16c93ae6f83ca746aac45ba73f2c6430dd8b3bb2 /audio | |
parent | dd5e0945d77f4f631be4424a6017b07ac83b01f8 (diff) | |
download | FreeBSD-ports-fb3f796aa88a5ea4c7d0d3dc41640c3fd95ba724.zip FreeBSD-ports-fb3f796aa88a5ea4c7d0d3dc41640c3fd95ba724.tar.gz |
Change libSDL-1.0 to libSDL.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pysol-sound-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile index db15010..5f0726d 100644 --- a/audio/pysol-sound-server/Makefile +++ b/audio/pysol-sound-server/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/pysol-sound-s MAINTAINER= sobomax@altavista.net BUILD_DEPENDS= python:${PORTSDIR}/lang/python -LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \ - smpeg-0.3.0:${PORTSDIR}/graphics/smpeg +LIB_DEPENDS= SDL.2:${PORTSDIR}/devel/sdl \ + smpeg.0:${PORTSDIR}/graphics/smpeg RUN_DEPENDS= python:${PORTSDIR}/lang/python WRKSRC= ${WRKDIR}/${DISTNAME}/src |