diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-02 15:06:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-02 15:06:10 +0000 |
commit | 5c160ac5bd7652f4b6cd06d38fde9b96d37ee823 (patch) | |
tree | 1965fa09d46b7b6f217692011df72c48d6e94f90 /audio | |
parent | 10732f785756dae58e751c0e3c35ff4b44f707a8 (diff) | |
download | ports-5c160ac5bd7652f4b6cd06d38fde9b96d37ee823.tar.gz ports-5c160ac5bd7652f4b6cd06d38fde9b96d37ee823.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ksmp3play/Makefile | 2 | ||||
-rw-r--r-- | audio/pysol-sound-server/Makefile | 2 | ||||
-rw-r--r-- | audio/sdl_mixer/Makefile | 2 | ||||
-rw-r--r-- | audio/tempest_for_eliza/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/ksmp3play/Makefile b/audio/ksmp3play/Makefile index 5cfa02add7bc..ec3bcc04a900 100644 --- a/audio/ksmp3play/Makefile +++ b/audio/ksmp3play/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.xanadunet.net/ksmp3play/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ +LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ smpeg:${PORTSDIR}/graphics/smpeg \ gnugetopt:${PORTSDIR}/devel/libgnugetopt diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile index 151e75434959..f20d189f53c1 100644 --- a/audio/pysol-sound-server/Makefile +++ b/audio/pysol-sound-server/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= sobomax MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ +LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ smpeg.1:${PORTSDIR}/graphics/smpeg \ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index 5009b99e2095..75963be580e8 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.4:${PORTSDIR}/devel/sdl12 \ +LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ smpeg.1:${PORTSDIR}/graphics/smpeg \ vorbis.2:${PORTSDIR}/audio/libvorbis diff --git a/audio/tempest_for_eliza/Makefile b/audio/tempest_for_eliza/Makefile index 05e4b4bb316b..931bbaa94a37 100644 --- a/audio/tempest_for_eliza/Makefile +++ b/audio/tempest_for_eliza/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.erikyyy.de/tempest/ MAINTAINER= greid@FreeBSD.org -LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config |