diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:24:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:24:29 +0000 |
commit | 52d564a55281a0e508af246fff0da98dc47c91f7 (patch) | |
tree | 3f8a80ef119467b0186ce4ffff223c0d0120ca4e /science/kst2 | |
parent | 2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (diff) | |
download | ports-52d564a55281a0e508af246fff0da98dc47c91f7.tar.gz ports-52d564a55281a0e508af246fff0da98dc47c91f7.zip |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200778
Diffstat (limited to 'science/kst2')
-rw-r--r-- | science/kst2/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/science/kst2/Makefile b/science/kst2/Makefile index 2cc30abdcb86..65c0b0f688e3 100644 --- a/science/kst2/Makefile +++ b/science/kst2/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 |