diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2011-05-21 15:24:16 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2011-05-21 15:24:16 +0000 |
commit | 21844d8fe2e268922e7f654d97b6142f21bc133e (patch) | |
tree | 51878350749347278106625bdfa2221d0a2f847d /games | |
parent | 9ecdd0f7887f78eee1e64ecf2ca1b2c3bee6dfa9 (diff) | |
download | ports-21844d8fe2e268922e7f654d97b6142f21bc133e.tar.gz ports-21844d8fe2e268922e7f654d97b6142f21bc133e.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-nerogame/Makefile | 4 | ||||
-rw-r--r-- | games/linux-nerogame/distinfo | 1 |
2 files changed, 4 insertions, 1 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 diff --git a/games/linux-nerogame/distinfo b/games/linux-nerogame/distinfo index 408ef6ec1072..db4cac201989 100644 --- a/games/linux-nerogame/distinfo +++ b/games/linux-nerogame/distinfo @@ -1,3 +1,2 @@ -MD5 (nero2_linux_i386.tar.gz) = 0cca2730dfeb0d8c9820d62a82691587 SHA256 (nero2_linux_i386.tar.gz) = 3a627213145d4b07f68c352a369dc703c60b8c3bf9afbcdfab8a030bafc646db SIZE (nero2_linux_i386.tar.gz) = 46554531 |