aboutsummaryrefslogtreecommitdiffstats
path: root/games/fteqw
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-06-23 02:33:20 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2015-06-23 02:33:20 +0800
commit6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e (patch)
treebdb6dbf3e5d4ada04784a3327eb91e0145530524 /games/fteqw
parentb8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff)
downloadfreebsd-ports-gnome-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.tar.gz
freebsd-ports-gnome-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.tar.zst
freebsd-ports-gnome-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.zip
Convert to USES=jpeg
Diffstat (limited to 'games/fteqw')
-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}