diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-20 07:10:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-20 07:10:03 +0800 |
commit | 1f0758140a6c02ee70bf26f560c6ea28efe186ac (patch) | |
tree | ebbafc17f35ea38ee638a9944d5f6e0ffee41568 /x11/eaglemode | |
parent | 435cb8384b022005ed1915ccaf1fcd299cccb2e5 (diff) | |
download | freebsd-ports-gnome-1f0758140a6c02ee70bf26f560c6ea28efe186ac.tar.gz freebsd-ports-gnome-1f0758140a6c02ee70bf26f560c6ea28efe186ac.tar.zst freebsd-ports-gnome-1f0758140a6c02ee70bf26f560c6ea28efe186ac.zip |
- Mark BROKEN on 5.x
Reported by: pavbot
Diffstat (limited to 'x11/eaglemode')
-rw-r--r-- | x11/eaglemode/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile index 6c2706257cc3..14ba748e2e98 100644 --- a/x11/eaglemode/Makefile +++ b/x11/eaglemode/Makefile @@ -33,6 +33,10 @@ OPTIONS= XINE "Video playback support through libxine" on .include <bsd.port.pre.mk> +.if ${OSVERSION} < 600000 +BROKEN= does not build +.endif + .if !defined(WITHOUT_XINE) LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine BUILD_ARGS+= xine-inc-dir="${LOCALBASE}/include" \ |