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 /misc | |
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 'misc')
-rw-r--r-- | misc/explosions/Makefile | 2 | ||||
-rw-r--r-- | misc/kdeaddons3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/explosions/Makefile b/misc/explosions/Makefile index 4224db8ac3cb..6eb4f32c1c1b 100644 --- a/misc/explosions/Makefile +++ b/misc/explosions/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//} MAINTAINER= petef@FreeBSD.org -LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ +LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ SDL_image.10:${PORTSDIR}/graphics/sdl_image USE_GMAKE= yes diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile index c9058f75fc50..9b026404069e 100644 --- a/misc/kdeaddons3/Makefile +++ b/misc/kdeaddons3/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org LIB_DEPENDS+= noatun.0:${PORTSDIR}/multimedia/kdemultimedia3 \ - SDL-1.1.4:${PORTSDIR}/devel/sdl12 + SDL-1.1.5:${PORTSDIR}/devel/sdl12 WITH_SDL= yes USE_KDEBASE_VER=3 |