diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
commit | 6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /games/egl | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) |
Notes
Diffstat (limited to 'games/egl')
-rw-r--r-- | games/egl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/egl/Makefile b/games/egl/Makefile index 074851992ace..fafdfc625985 100644 --- a/games/egl/Makefile +++ b/games/egl/Makefile @@ -33,8 +33,8 @@ GAME_DESC= Build main game (default mod) .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCLIENT} -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +USES+= jpeg USE_GL= gl PLIST_SUB+= CLIENT="" EGL_BIN+= egl |