aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/lash/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/lash/Makefile b/audio/lash/Makefile
index a965caf61bda..9928a0a5f7b2 100644
--- a/audio/lash/Makefile
+++ b/audio/lash/Makefile
@@ -26,12 +26,8 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500018 || exists(${LOCALBASE}/lib/libreadline.so.5)
+.if exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on 4.x
-.endif
-
.include <bsd.port.post.mk>