diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/eaglemode/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile index 5af1e5bc85eb..0c1f9d7686b5 100644 --- a/x11/eaglemode/Makefile +++ b/x11/eaglemode/Makefile @@ -36,10 +36,6 @@ OPTIONS= XINE "Video playback support through libxine" off \ .include <bsd.port.options.mk> -.if ${OSVERSION} < 700000 -BROKEN= Does not build on 6.x -.endif - .if !defined(WITHOUT_XINE) LIB_DEPENDS+= xine.2:${PORTSDIR}/multimedia/libxine BUILD_ARGS+= xine-inc-dir="${LOCALBASE}/include" \ |