diff options
Diffstat (limited to 'games/prboom-plus/Makefile')
-rw-r--r-- | games/prboom-plus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/prboom-plus/Makefile b/games/prboom-plus/Makefile index c35a79317b06..2f0044af20a9 100644 --- a/games/prboom-plus/Makefile +++ b/games/prboom-plus/Makefile @@ -12,8 +12,8 @@ COMMENT= Fork of the prboom Doom game engine LICENSE= GPLv2 -LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg \ - libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libsmpeg.so:multimedia/smpeg \ + libpng.so:graphics/png USES= gmake USE_SDL= mixer net sdl |