summaryrefslogtreecommitdiff
path: root/games/lbreakout2/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-11-05 20:26:32 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-11-05 20:26:32 +0000
commit3c4216c5bffb991278361f2c0b76a7fc78f8ed7c (patch)
tree2dc17f89038555c4750abda5561b5616fdf954b4 /games/lbreakout2/Makefile
parentEnable compilation on -CURRENT. (diff)
Add a libpng dependency.
Noticed by: bento PR: 43650 Approved by: pat
Notes
Notes: svn path=/head/; revision=69539
Diffstat (limited to 'games/lbreakout2/Makefile')
-rw-r--r--games/lbreakout2/Makefile3
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