diff options
author | trasz <trasz@FreeBSD.org> | 2007-04-17 22:07:55 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2007-04-17 22:07:55 +0800 |
commit | 7582c5fe4075e9480df664a7db48567dffe95c63 (patch) | |
tree | 98f27bc1c9c35ddd501016f3a50569aa301b3ab3 /audio/lash | |
parent | 01f1ce648654f2fc31594067339cd98b4f9f59cb (diff) | |
download | freebsd-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/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> |