diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-04-17 14:07:55 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-04-17 14:07:55 +0000 |
commit | 4c8d45ca7efe644f25efcb6f30a60e6ea9637104 (patch) | |
tree | 5464a588d263075f38fed0caef0de3ba248f5ad1 /audio/lash | |
parent | e3ff019419470440450c61dd2a2ba2376f4d9880 (diff) |
Remove workarounds for FreeBSD 4.
PR: ports/111666
Submitted by: edwin
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=190185
Diffstat (limited to 'audio/lash')
-rw-r--r-- | audio/lash/Makefile | 6 |
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> |