diff options
author | kris <kris@FreeBSD.org> | 2002-10-05 20:20:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-05 20:20:35 +0000 |
commit | d8c8f47b1292abd8d59fa256a9e5602bd7685da2 (patch) | |
tree | e71f6c019d1b66f0a09ccc31e2a630e60487879b /games/penguin-command | |
parent | 02ec6e8118321bd430ca58c88c3280c123b26849 (diff) | |
download | FreeBSD-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/Makefile | 3 |
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 |