diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-07-10 23:17:29 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-07-10 23:17:29 +0000 |
commit | b46ae4279481ddcaa26d3321d478325835a69249 (patch) | |
tree | d88e217fe8fec5c12ea5151d73e945344ec9621a /x11 | |
parent | b36e7b2cfe70b8bfd9f9e970a6b8592a717e6b37 (diff) | |
download | freebsd-ports-b46ae4279481ddcaa26d3321d478325835a69249.zip |
- Remove outdated OSVERSION conditionals
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" \ |