aboutsummaryrefslogtreecommitdiffstats
path: root/audio/lash
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2007-04-17 22:07:55 +0800
committertrasz <trasz@FreeBSD.org>2007-04-17 22:07:55 +0800
commit7582c5fe4075e9480df664a7db48567dffe95c63 (patch)
tree98f27bc1c9c35ddd501016f3a50569aa301b3ab3 /audio/lash
parent01f1ce648654f2fc31594067339cd98b4f9f59cb (diff)
downloadfreebsd-ports-gnome-7582c5fe4075e9480df664a7db48567dffe95c63.tar.gz
freebsd-ports-gnome-7582c5fe4075e9480df664a7db48567dffe95c63.tar.zst
freebsd-ports-gnome-7582c5fe4075e9480df664a7db48567dffe95c63.zip
Remove workarounds for FreeBSD 4.
PR: ports/111666 Submitted by: edwin Approved by: miwi (mentor)
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>