aboutsummaryrefslogtreecommitdiff
path: root/games/fteqw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/fteqw/Makefile')
-rw-r--r--games/fteqw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fteqw/Makefile b/games/fteqw/Makefile
index 5aace20f5206..6e42a3c887c5 100644
--- a/games/fteqw/Makefile
+++ b/games/fteqw/Makefile
@@ -37,9 +37,9 @@ PLIST_FILES+= bin/fteqw-sv
.endif
.if ${PORT_OPTIONS:MGLCLIENT} || !empty(PORT_OPTIONS:MSDLCLIENT)
-LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \
- libpng.so:${PORTSDIR}/graphics/png \
+LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png \
libvorbis.so:${PORTSDIR}/audio/libvorbis
+USES+= jpeg
.endif
.if ${PORT_OPTIONS:MGLCLIENT}