diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-15 21:22:20 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-15 21:22:20 +0000 |
commit | 50be6562a5fa9dd651de2e165392b88e5198d4f2 (patch) | |
tree | b624b2d6ccba400998bd61269e395d3064822a37 /games | |
parent | de4fbd451d80f12553933dcda7ccc9603f97fea2 (diff) | |
download | ports-50be6562a5fa9dd651de2e165392b88e5198d4f2.tar.gz ports-50be6562a5fa9dd651de2e165392b88e5198d4f2.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/enigma/Makefile | 4 | ||||
-rw-r--r-- | games/xpired/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
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 |