diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-02-03 05:57:44 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-02-03 05:57:44 +0000 |
commit | d4886b0b806268e8406dacc2f1054b04abd7464f (patch) | |
tree | 5923170ea980beaf92043676a2eb4947b073756f /games | |
parent | b10c21b547651b67d7cb2cfc2411c3ec15fb2fbb (diff) | |
download | ports-d4886b0b806268e8406dacc2f1054b04abd7464f.tar.gz ports-d4886b0b806268e8406dacc2f1054b04abd7464f.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/eduke32/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index 26da1b478339..50b9bb578678 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -32,6 +32,10 @@ OPTIONS= MIDI "Enable MIDI support" On \ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + .if defined(WITH_MIDI) .if defined(WITH_TIMIDITYPLUS) RUN_DEPENDS+= timidity:${PORTSDIR}/audio/timidity++ |