diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 19:09:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 19:09:14 +0800 |
commit | 93637cc764dd0eadb39d4faf2311bc61d7b3e265 (patch) | |
tree | e9e6dc56d6e4b04cfacf45ccb3b74fdd987668e3 /editors | |
parent | e9c317ffbac6a778828b3e70efdf887d9384e0c8 (diff) | |
download | freebsd-ports-graphics-93637cc764dd0eadb39d4faf2311bc61d7b3e265.tar.gz freebsd-ports-graphics-93637cc764dd0eadb39d4faf2311bc61d7b3e265.tar.zst freebsd-ports-graphics-93637cc764dd0eadb39d4faf2311bc61d7b3e265.zip |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lazarus/files/pkg-message.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/lazarus/files/pkg-message.in b/editors/lazarus/files/pkg-message.in index 83851ddfb28..c9404b376f8 100644 --- a/editors/lazarus/files/pkg-message.in +++ b/editors/lazarus/files/pkg-message.in @@ -6,8 +6,8 @@ The Lazarus RAD was installed # lazarus -2) The first time that lazarus is running, you should set the path to fpc - source directory at lazarus configuration environment. Also it could be +2) The first time that lazarus is running, you should set the path to fpc + source directory at lazarus configuration environment. Also it could be setting later. 3) You can obtain freepascal source code from: @@ -19,16 +19,16 @@ The Lazarus RAD was installed 4) You can use %%LOCALBASE%%/bin/gdb debugger instead of gdb installed debugger installed from base system. Lazarus works better with this version. -5) The lazbuild.cfg file has been removed, it is not necessary anymore. Now - we can use the following ports for aplications that depend of lazarus - and these can be built with an interface different than lazarus has compiled +5) The lazbuild.cfg file has been removed, it is not necessary anymore. Now + we can use the following ports for aplications that depend of lazarus + and these can be built with an interface different than lazarus has compiled by default: editors/lazarus-lcl-nogui editors/lazarus-lcl-gtk2 editors/lazarus-lcl-qt - You can added those ports if you want support for nogui, gtk2 or qt + You can added those ports if you want support for nogui, gtk2 or qt interfaces. Please look at net-p2p/transmission-remote-gui like a example of how use it |