aboutsummaryrefslogtreecommitdiff
path: root/audio/lash
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2007-04-17 14:07:55 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2007-04-17 14:07:55 +0000
commit4c8d45ca7efe644f25efcb6f30a60e6ea9637104 (patch)
tree5464a588d263075f38fed0caef0de3ba248f5ad1 /audio/lash
parente3ff019419470440450c61dd2a2ba2376f4d9880 (diff)
downloadports-4c8d45ca7efe644f25efcb6f30a60e6ea9637104.tar.gz
ports-4c8d45ca7efe644f25efcb6f30a60e6ea9637104.zip
Notes
Diffstat (limited to 'audio/lash')
-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>