diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-08-07 18:29:58 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-14 22:30:49 -0500 |
commit | 9235b253c04f6e41257aae3366de7065cf9c0174 (patch) | |
tree | 9c6180108ba1cc48ce02f5cb291d99dfbb1a68a4 | |
parent | 2b824d734ba2588a279d58eea1fe3c42ab9e2b1c (diff) | |
download | slackbuilds-9235b253c04f6e41257aae3366de7065cf9c0174.tar.gz |
development/lazarus: Fixed dependencies in README.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | development/lazarus/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/lazarus/README b/development/lazarus/README index 413c426bc0..5a053cf73a 100644 --- a/development/lazarus/README +++ b/development/lazarus/README @@ -4,4 +4,4 @@ independent visual components like buttons, windows, checkbox, treeview and many, many more. The LCL is platform independent, so you can write an application once and then compile for various platforms without changing code. -This requires fpc [Free pascal]. +This requires fpc and fpc-source. |