aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-02-16 19:48:10 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-02-16 19:48:10 +0000
commit7943b38622df34b660cc9f315e803cea3b7b2624 (patch)
treeea213f772b528d576303e8baac812bfee44b02d2
parent26b139aa592f8abfec70a57a2709869dea126e6c (diff)
downloadports-7943b38622df34b660cc9f315e803cea3b7b2624.tar.gz
ports-7943b38622df34b660cc9f315e803cea3b7b2624.zip
Update SDL shared library version number.
Notes
Notes: svn path=/head/; revision=38409
-rw-r--r--audio/pysol-sound-server/Makefile2
-rw-r--r--audio/sdl_mixer/Makefile2
-rw-r--r--graphics/avifile/Makefile2
-rw-r--r--graphics/sdl_image/Makefile2
-rw-r--r--graphics/sdl_ttf/Makefile2
-rw-r--r--graphics/smpeg/Makefile2
-rw-r--r--graphics/xmps/Makefile2
-rw-r--r--multimedia/avifile/Makefile2
-rw-r--r--multimedia/smpeg/Makefile2
-rw-r--r--multimedia/xmps/Makefile2
10 files changed, 10 insertions, 10 deletions
diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile
index 34c46434dae6..bf418587295b 100644
--- a/audio/pysol-sound-server/Makefile
+++ b/audio/pysol-sound-server/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/pysol-sound-s
MAINTAINER= sobomax@FreeBSD.org
-LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel \
+LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel \
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 ebf4fe7fa928..79b663f73173 100644
--- a/audio/sdl_mixer/Makefile
+++ b/audio/sdl_mixer/Makefile
@@ -13,7 +13,7 @@ DISTNAME= SDL_mixer-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
-LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel \
+LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel \
smpeg.1:${PORTSDIR}/graphics/smpeg \
vorbis.0:${PORTSDIR}/audio/libvorbis
diff --git a/graphics/avifile/Makefile b/graphics/avifile/Makefile
index 9638bda67312..968daf1b2eed 100644
--- a/graphics/avifile/Makefile
+++ b/graphics/avifile/Makefile
@@ -15,7 +15,7 @@ DISTFILES= avifile-${PORTVERSION}.tar.gz \
MAINTAINER= holger@eit.uni-kl.de
-LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel
+LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel
RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT}
ONLY_FOR_ARCHS= i386
diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile
index a40a58f4605f..d152ceba8fb5 100644
--- a/graphics/sdl_image/Makefile
+++ b/graphics/sdl_image/Makefile
@@ -13,7 +13,7 @@ DISTNAME= SDL_image-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
-LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel \
+LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel \
png.4:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
jpeg.9:${PORTSDIR}/graphics/jpeg
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile
index d04d9ab5f40f..0d97f01f3888 100644
--- a/graphics/sdl_ttf/Makefile
+++ b/graphics/sdl_ttf/Makefile
@@ -13,7 +13,7 @@ DISTNAME= SDL_ttf-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
-LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel
+LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
diff --git a/graphics/smpeg/Makefile b/graphics/smpeg/Makefile
index f566805f6661..ba02d4f05ed3 100644
--- a/graphics/smpeg/Makefile
+++ b/graphics/smpeg/Makefile
@@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.lokigames.com/pub/open-source/smpeg/ \
MAINTAINER= cpiazza@FreeBSD.org
-LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel
+LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
diff --git a/graphics/xmps/Makefile b/graphics/xmps/Makefile
index 4d6a2c9950d5..36b9123f82d5 100644
--- a/graphics/xmps/Makefile
+++ b/graphics/xmps/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://xmps.sourceforge.net/sources/
MAINTAINER= sobomax@FreeBSD.org
-LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel
+LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
diff --git a/multimedia/avifile/Makefile b/multimedia/avifile/Makefile
index 9638bda67312..968daf1b2eed 100644
--- a/multimedia/avifile/Makefile
+++ b/multimedia/avifile/Makefile
@@ -15,7 +15,7 @@ DISTFILES= avifile-${PORTVERSION}.tar.gz \
MAINTAINER= holger@eit.uni-kl.de
-LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel
+LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel
RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT}
ONLY_FOR_ARCHS= i386
diff --git a/multimedia/smpeg/Makefile b/multimedia/smpeg/Makefile
index f566805f6661..ba02d4f05ed3 100644
--- a/multimedia/smpeg/Makefile
+++ b/multimedia/smpeg/Makefile
@@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.lokigames.com/pub/open-source/smpeg/ \
MAINTAINER= cpiazza@FreeBSD.org
-LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel
+LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
diff --git a/multimedia/xmps/Makefile b/multimedia/xmps/Makefile
index 4d6a2c9950d5..36b9123f82d5 100644
--- a/multimedia/xmps/Makefile
+++ b/multimedia/xmps/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://xmps.sourceforge.net/sources/
MAINTAINER= sobomax@FreeBSD.org
-LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel
+LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config