diff options
author | pav <pav@FreeBSD.org> | 2006-01-06 17:17:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-06 17:17:54 +0800 |
commit | 2a1bcc5a933806bdcd8bab4611af29111e661184 (patch) | |
tree | 314484a75c191ba78ce7fdfb21ad32ad88435006 /games | |
parent | c95188233a6c9cbc597a084e19a56d24ed6d1841 (diff) | |
download | freebsd-ports-gnome-2a1bcc5a933806bdcd8bab4611af29111e661184.tar.gz freebsd-ports-gnome-2a1bcc5a933806bdcd8bab4611af29111e661184.tar.zst freebsd-ports-gnome-2a1bcc5a933806bdcd8bab4611af29111e661184.zip |
- Mark BROKEN on FreeBSD 4.X; does not compile without warnings, sets -Werror
Reported by: krismail
Diffstat (limited to 'games')
-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 |