diff options
author | Alexander Langer <alex@FreeBSD.org> | 2002-09-24 11:35:09 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2002-09-24 11:35:09 +0000 |
commit | 8679631ba108d0f5c8f8679e61dfa6e22388e79b (patch) | |
tree | 483b67f555da8ec7e0565fbd0ec81b0dad467fb4 /games/tuxpuck | |
parent | d8446c554ad996a98a25dbeefd84b8e44ca4056b (diff) |
Add dependency to jpeg.9
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=67092
Diffstat (limited to 'games/tuxpuck')
-rw-r--r-- | games/tuxpuck/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/tuxpuck/Makefile b/games/tuxpuck/Makefile index eeae8ec6a27d..d4b27bbed813 100644 --- a/games/tuxpuck/Makefile +++ b/games/tuxpuck/Makefile @@ -15,6 +15,7 @@ MASTER_SITES= http://www.efd.lth.se/~d00jkr/tuxpuck/ MAINTAINER= Jan.Stocker@t-online.de LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ vorbis.2:${PORTSDIR}/audio/libvorbis |