diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-05 20:20:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-05 20:20:35 +0000 |
commit | 91fcb52a5431ff07b8c5a259221b3682c61c138b (patch) | |
tree | a5f84427d8b717bdca4444236d61e177f717a255 /games | |
parent | Correct path of /var/state. (diff) |
Add missing dependency on libjpeg
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=67394
Diffstat (limited to 'games')
-rw-r--r-- | games/penguin-command/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/penguin-command/Makefile b/games/penguin-command/Makefile index 3d36edd093be..a345eb3c8569 100644 --- a/games/penguin-command/Makefile +++ b/games/penguin-command/Makefile @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= markp@FreeBSD.org LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - png.5:${PORTSDIR}/graphics/png + png.5:${PORTSDIR}/graphics/png \ + jpeg.9:${PORTSDIR}/graphics/jpeg SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config |