diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-08-03 23:37:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-08-03 23:37:37 +0000 |
commit | 86a169344cfc5c9825ff8e8dcafc4b4b50c8a0b6 (patch) | |
tree | 45fac14e6cd44a530938f945e73412592f45dee5 /x11/eaglemode | |
parent | d62ec0be15e3e1fd44b2a0df7758b6794616c0fb (diff) | |
download | ports-86a169344cfc5c9825ff8e8dcafc4b4b50c8a0b6.tar.gz ports-86a169344cfc5c9825ff8e8dcafc4b4b50c8a0b6.zip |
Notes
Diffstat (limited to 'x11/eaglemode')
-rw-r--r-- | x11/eaglemode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile index 572ac53bd6cc..fb3890097c4d 100644 --- a/x11/eaglemode/Makefile +++ b/x11/eaglemode/Makefile @@ -36,8 +36,8 @@ OPTIONS= XINE "Video playback support through libxine" on \ .include <bsd.port.options.mk> -.if ${ARCH} == "sparc64" && ${OSVERSION} < 700000 -BROKEN= Does not build on sparc64-6 +.if ${OSVERSION} < 700000 +BROKEN= Does not build on 6.x .endif .if !defined(WITHOUT_XINE) |