diff options
Diffstat (limited to 'games/linux-nerogame/Makefile')
-rw-r--r-- | games/linux-nerogame/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/linux-nerogame/Makefile b/games/linux-nerogame/Makefile index 0a54893bc017..9aedb4702dc7 100644 --- a/games/linux-nerogame/Makefile +++ b/games/linux-nerogame/Makefile @@ -28,6 +28,10 @@ OPTIONS= NVIDIA "Install support for nvidia" off .include <bsd.port.pre.mk> +.if ${OSVERSION} < 800076 +BROKEN= does not build +.endif + .if defined(WITH_NVIDIA) . if !exists(${LINUXBASE}/usr/lib/libGL.so.1) RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver |