diff options
author | adamw <adamw@FreeBSD.org> | 2002-11-06 04:26:32 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2002-11-06 04:26:32 +0800 |
commit | 129f5e34fd6bfc2fdd2d5413541aac5daea9b27e (patch) | |
tree | 7a1f5bb48c4677b28cb81910d7a6fbc0a1710364 /games/lbreakout2 | |
parent | ea07ed537c26d4d5909eb200a458a98ea3979e84 (diff) | |
download | freebsd-ports-gnome-129f5e34fd6bfc2fdd2d5413541aac5daea9b27e.tar.gz freebsd-ports-gnome-129f5e34fd6bfc2fdd2d5413541aac5daea9b27e.tar.zst freebsd-ports-gnome-129f5e34fd6bfc2fdd2d5413541aac5daea9b27e.zip |
Add a libpng dependency.
Noticed by: bento
PR: 43650
Approved by: pat
Diffstat (limited to 'games/lbreakout2')
-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 |