diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/powerpak/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/powerpak/Makefile b/games/powerpak/Makefile index c6d1b8bcda2..9f22a4607a9 100644 --- a/games/powerpak/Makefile +++ b/games/powerpak/Makefile @@ -13,7 +13,9 @@ DISTNAME= PowerPak MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ + png.5:${PORTSDIR}/graphics/png \ + jpeg.9:${PORTSDIR}/graphics/jpeg SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config |