aboutsummaryrefslogtreecommitdiff
path: root/math/scilab
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:53:45 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:53:45 +0000
commit81cd10f8d2bfe2ad25124f31d629351947acaa56 (patch)
tree742a328cb0389824bd34ff86bbf3e7ae02e3125a /math/scilab
parent5555d89b50c7710cb97fb22ca6af251e6404e404 (diff)
downloadports-81cd10f8d2bfe2ad25124f31d629351947acaa56.tar.gz
ports-81cd10f8d2bfe2ad25124f31d629351947acaa56.zip
Notes
Diffstat (limited to 'math/scilab')
-rw-r--r--math/scilab/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 5c503b4b19a6..9f6b1523236c 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --without-pvm
USE_GNOME= pkgconfig gtk20 libgtkhtml vte
CONFIGURE_ARGS+= --with-gtk2
PLIST_SUB+= GTK2="" NOGTK2="@comment "
-.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5)
+.if exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
.else