diff options
Diffstat (limited to 'games/el')
-rw-r--r-- | games/el/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/el/Makefile b/games/el/Makefile index 19dc04cec85b..a6cbadaa533b 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -37,6 +37,10 @@ MAKEFILE= Makefile.bsd CFLAGS+= -DX86_64 .endif +.if ${OSVERSION} < 500000 +BROKEN= "does not compile" +.endif + do-install: ${ECHO} "#!/bin/sh" > ${WRKDIR}/el ${ECHO} "cd ${DATADIR}; ./el.x86.bsd.bin" >> ${WRKDIR}/el |