summaryrefslogtreecommitdiffstats
path: root/games/penguin-command
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-10-05 20:20:35 +0000
committerkris <kris@FreeBSD.org>2002-10-05 20:20:35 +0000
commitd8c8f47b1292abd8d59fa256a9e5602bd7685da2 (patch)
treee71f6c019d1b66f0a09ccc31e2a630e60487879b /games/penguin-command
parent02ec6e8118321bd430ca58c88c3280c123b26849 (diff)
downloadFreeBSD-ports-d8c8f47b1292abd8d59fa256a9e5602bd7685da2.zip
FreeBSD-ports-d8c8f47b1292abd8d59fa256a9e5602bd7685da2.tar.gz
Add missing dependency on libjpeg
Noticed by: bento
Diffstat (limited to 'games/penguin-command')
-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 3d36edd..a345eb3 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
OpenPOWER on IntegriCloud