diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/powerpak/Makefile | 2 | ||||
-rw-r--r-- | games/prboom/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/powerpak/Makefile b/games/powerpak/Makefile index d0049ce0872c..97295e7c594f 100644 --- a/games/powerpak/Makefile +++ b/games/powerpak/Makefile @@ -17,7 +17,7 @@ COMMENT= SDL-based Game Software Development Kit LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - smpeg.1:${PORTSDIR}/graphics/smpeg \ + smpeg.1:${PORTSDIR}/multimedia/smpeg \ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config diff --git a/games/prboom/Makefile b/games/prboom/Makefile index 3e7fc3c7fbf6..4f734c0598e6 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -15,7 +15,7 @@ MAINTAINER= fracture@allusion.net COMMENT= A multiplayer-capable and modified version of ID's classic doom game LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ - smpeg.1:${PORTSDIR}/graphics/smpeg \ + smpeg.1:${PORTSDIR}/multimedia/smpeg \ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ SDL_net.0:${PORTSDIR}/net/sdl_net |