diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-22 02:20:58 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-22 02:20:58 +0800 |
commit | 34861aa043f19667a75f4a23fe9fefacc6eefe27 (patch) | |
tree | 64be29f9a6346d186a5eee26c7f7f2bc1c201a62 /multimedia | |
parent | e08c00eb8e2d6b4501b2351a9b23008111f0a391 (diff) | |
download | marcuscom-ports-34861aa043f19667a75f4a23fe9fefacc6eefe27.tar marcuscom-ports-34861aa043f19667a75f4a23fe9fefacc6eefe27.tar.gz marcuscom-ports-34861aa043f19667a75f4a23fe9fefacc6eefe27.tar.bz2 marcuscom-ports-34861aa043f19667a75f4a23fe9fefacc6eefe27.tar.lz marcuscom-ports-34861aa043f19667a75f4a23fe9fefacc6eefe27.tar.xz marcuscom-ports-34861aa043f19667a75f4a23fe9fefacc6eefe27.tar.zst marcuscom-ports-34861aa043f19667a75f4a23fe9fefacc6eefe27.zip |
Chase the shared lib version for SDL.
Submitted by: Franz Klammer <klammer@webonaut.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@408 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 3 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 03075f0a3..ae45ba694 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= gstreamer PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -507,7 +508,7 @@ CONFIGURE_ARGS+= --disable-sdl \ --disable-sdltest PLIST_SUB+= SDL="@comment " .else -LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS+= SDL-1.1.5:${PORTSDIR}/devel/sdl12 CONFIGURE_ARGS+= --with-sdl-prefix=${LOCALBASE} \ --with-sdl-exec-prefix=${LOCALBASE} diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 03075f0a3..ae45ba694 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -7,6 +7,7 @@ PORTNAME= gstreamer PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -507,7 +508,7 @@ CONFIGURE_ARGS+= --disable-sdl \ --disable-sdltest PLIST_SUB+= SDL="@comment " .else -LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS+= SDL-1.1.5:${PORTSDIR}/devel/sdl12 CONFIGURE_ARGS+= --with-sdl-prefix=${LOCALBASE} \ --with-sdl-exec-prefix=${LOCALBASE} |