diff options
author | krion <krion@FreeBSD.org> | 2003-12-16 05:22:20 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-16 05:22:20 +0800 |
commit | a0f45cbb7f63654ee496cf380c0b091eff5b7467 (patch) | |
tree | a350880aa614134d0d06feda1f16589d7f91855b | |
parent | fa6c2c0947044141bb7c51073c6da3e6d4851e19 (diff) | |
download | freebsd-ports-gnome-a0f45cbb7f63654ee496cf380c0b091eff5b7467.tar.gz freebsd-ports-gnome-a0f45cbb7f63654ee496cf380c0b091eff5b7467.tar.zst freebsd-ports-gnome-a0f45cbb7f63654ee496cf380c0b091eff5b7467.zip |
- Chase libraries for new SDL_gfx version.
-rw-r--r-- | devel/p5-SDL/Makefile | 4 | ||||
-rw-r--r-- | games/enigma/Makefile | 4 | ||||
-rw-r--r-- | games/xpired/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile index 5bc8a16c3363..59048df6b849 100644 --- a/devel/p5-SDL/Makefile +++ b/devel/p5-SDL/Makefile @@ -5,7 +5,7 @@ PORTNAME= sdl PORTVERSION= 1.18.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.sdlperl.org/downloads/ \ ftp://sdlperl.org/SDL_perl/old/ @@ -30,7 +30,7 @@ LIB_DEPENDS+= SDL_net.0:${PORTSDIR}/net/sdl_net .endif .if !defined(WITHOUT_SDL_GFX) -LIB_DEPENDS+= SDL_gfx.9:${PORTSDIR}/graphics/sdl_gfx +LIB_DEPENDS+= SDL_gfx.10:${PORTSDIR}/graphics/sdl_gfx .endif .if !defined(WITHOUT_SDL_IMAGE) diff --git a/games/enigma/Makefile b/games/enigma/Makefile index 3859d0a0c213..79744c3f52ad 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -7,7 +7,7 @@ PORTNAME= enigma PORTVERSION= 0.81 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ BUILD_DEPENDS= sdl11-config:${PORTSDIR}/devel/sdl12 \ lua:${PORTSDIR}/lang/lua LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - SDL_gfx.9:${PORTSDIR}/graphics/sdl_gfx + SDL_gfx.10:${PORTSDIR}/graphics/sdl_gfx GNU_CONFIGURE= yes USE_XLIB= yes diff --git a/games/xpired/Makefile b/games/xpired/Makefile index aa413bfe9927..3236154c59b6 100644 --- a/games/xpired/Makefile +++ b/games/xpired/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpired PORTVERSION= 1.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xpired @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-linux_source MAINTAINER= edwin@mavetju.org COMMENT= An action-puzzle maze escape game (SDL) -LIB_DEPENDS= SDL_gfx.9:${PORTSDIR}/graphics/sdl_gfx \ +LIB_DEPENDS= SDL_gfx.10:${PORTSDIR}/graphics/sdl_gfx \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ SDL-1.1.5:${PORTSDIR}/devel/sdl12 |