aboutsummaryrefslogtreecommitdiff
path: root/games/el
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-06 09:17:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-06 09:17:54 +0000
commitf12e079a05d2eada4a61958e1e9ed2407e118e1e (patch)
treecdcb5c0840047f4a740e04742d65c4a2738de5e1 /games/el
parentb33b4a17d53cedb3ecccaa23668b0d7fa163ed96 (diff)
downloadports-f12e079a05d2eada4a61958e1e9ed2407e118e1e.tar.gz
ports-f12e079a05d2eada4a61958e1e9ed2407e118e1e.zip
Notes
Diffstat (limited to 'games/el')
-rw-r--r--games/el/Makefile4
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