diff options
Diffstat (limited to 'games/lbreakout2/Makefile')
-rw-r--r-- | games/lbreakout2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/lbreakout2/Makefile b/games/lbreakout2/Makefile index ee76fc82e7f9..58f81ddfb02d 100644 --- a/games/lbreakout2/Makefile +++ b/games/lbreakout2/Makefile @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= lgames MAINTAINER= verm@drunkmonk.net LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer + SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ + png.5:${PORTSDIR}/graphics/png USE_GMAKE= yes GNU_CONFIGURE= yes |