summaryrefslogtreecommitdiff
path: root/games/penguin-command/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-05 20:20:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-05 20:20:35 +0000
commit91fcb52a5431ff07b8c5a259221b3682c61c138b (patch)
treea5f84427d8b717bdca4444236d61e177f717a255 /games/penguin-command/Makefile
parentCorrect path of /var/state. (diff)
Add missing dependency on libjpeg
Noticed by: bento
Notes
Notes: svn path=/head/; revision=67394
Diffstat (limited to 'games/penguin-command/Makefile')
-rw-r--r--games/penguin-command/Makefile3
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