diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2006-08-28 18:43:22 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2006-08-28 18:43:22 +0000 |
commit | 73d9f8c3b782151fe4ff9b373be85386849ac737 (patch) | |
tree | 0257ebeee122564b9d97d7d79697204bb1ad19ff /math/scilab | |
parent | 665d68243ad1a325e75e5889b691b50a0ac3b9fe (diff) |
Notes
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 9614b8ed0e81..0d38aaf41bc9 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -60,7 +60,7 @@ CONFIGURE_ARGS+= --without-pvm USE_GNOME= pkgconfig gtk20 libgtkhtml vte CONFIGURE_ARGS+= --with-gtk2 PLIST_SUB+= GTK2="" NOGTK2="@comment " -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5) LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif .else |