diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-28 21:44:29 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-28 21:44:29 +0000 |
commit | 955497312bd1d3f5fb0fcb449b4ad1be3457f6c0 (patch) | |
tree | 52df35a8551936bf09c7b832aab16b997fc8db52 /games/enigma | |
parent | 374aea459d2eacb277be1d78d2510f46894ec338 (diff) | |
download | ports-955497312bd1d3f5fb0fcb449b4ad1be3457f6c0.tar.gz ports-955497312bd1d3f5fb0fcb449b4ad1be3457f6c0.zip |
Notes
Diffstat (limited to 'games/enigma')
-rw-r--r-- | games/enigma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile index 66416d635e60..4efef5e09918 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -18,7 +18,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.8:${PORTSDIR}/graphics/sdl_gfx + SDL_gfx.9:${PORTSDIR}/graphics/sdl_gfx GNU_CONFIGURE= yes USE_XLIB= yes |