diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-01-02 23:06:10 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-01-02 23:06:10 +0800 |
commit | 2d06637d3146a986d9c6c0d8aa5d92751b3c4168 (patch) | |
tree | c8f70ea8dfbe4a0d8eacf1f1505d595a7457aaf0 /audio | |
parent | b1edd65b002d0e7996b39e47ae3506982d421f88 (diff) | |
download | freebsd-ports-gnome-2d06637d3146a986d9c6c0d8aa5d92751b3c4168.tar.gz freebsd-ports-gnome-2d06637d3146a986d9c6c0d8aa5d92751b3c4168.tar.zst freebsd-ports-gnome-2d06637d3146a986d9c6c0d8aa5d92751b3c4168.zip |
Update version number of SDL shared library.
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 |