diff options
Diffstat (limited to 'science/kst/Makefile')
-rw-r--r-- | science/kst/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/science/kst/Makefile b/science/kst/Makefile index 2cc30abdcb86..65c0b0f688e3 100644 --- a/science/kst/Makefile +++ b/science/kst/Makefile @@ -32,11 +32,7 @@ MAN1= kst.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= does not build -.endif - -.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5) +.if exists(${LOCALBASE}/lib/libreadline.so.5) LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif |