From 129f5e34fd6bfc2fdd2d5413541aac5daea9b27e Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 5 Nov 2002 20:26:32 +0000 Subject: Add a libpng dependency. Noticed by: bento PR: 43650 Approved by: pat --- games/lbreakout2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit