diff options
author | acm <acm@FreeBSD.org> | 2009-05-08 09:22:02 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-08 09:22:02 +0800 |
commit | 67c7fd5859ee8b3bda0f6bcd7ab81372b895cb58 (patch) | |
tree | d7cd382b01407e410fa786aeb89344a988d1efaf | |
parent | fc00efe01d7ae4d6a6aa0a3e7e3f7df6becb6707 (diff) | |
download | freebsd-ports-gnome-67c7fd5859ee8b3bda0f6bcd7ab81372b895cb58.tar.gz freebsd-ports-gnome-67c7fd5859ee8b3bda0f6bcd7ab81372b895cb58.tar.zst freebsd-ports-gnome-67c7fd5859ee8b3bda0f6bcd7ab81372b895cb58.zip |
- Fix a visual problem with OPTIONS descripcion
Suggested by: Zahemszky Gábor <Gabor __at zahemszky.hu> via email
-rw-r--r-- | lang/fpc-units/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile index 89c3695137f4..357bc8117f3c 100644 --- a/lang/fpc-units/Makefile +++ b/lang/fpc-units/Makefile @@ -33,7 +33,7 @@ OPTIONS= ASPELL "Interface to aspell spelling checker" on \ FCL_JSON "Free Pascal implementation of JSON" on \ FCL_NET "Free Pascal Component Library (net)" on \ FCL_PASSRC "Free Pascal Component Library (passrc)" on \ - FCL_PROCESS "Free Pascal unit to start and manipulate other programs" on \ + FCL_PROCESS "Unit to start and manipulate other programs" on \ FCL_REGISTRY "Free Pascal Component Library (registry)" on \ FCL_WEB "Free Pascal Component Library (web)" on \ FCL_XML "Free Pascal Component Library (xml)" on \ @@ -43,11 +43,11 @@ OPTIONS= ASPELL "Interface to aspell spelling checker" on \ FV "Free Pascal unit for Delphi support" on \ GDBM "Interface to the GNU database system" on \ GGI "Interface to libggi library" on \ - GNOME1 "Free Pascal unit to create programs for GNOME" on \ + GNOME1 "Interface to create programs for GNOME" on \ GTK1 "Interface to gtk libraries" on \ GTK2 "Interface to gtk2 libraries" on \ - ICONVENC "Free Pascal interface to iconv library" on \ - IMAGEMAGICK "Free Pascal interface to ImageMagick" on \ + ICONVENC "Interface to iconv library" on \ + IMAGEMAGICK "Interface to ImageMagick" on \ IMLIB "Interface to imlib library" on \ LIBCURL "Interface to curl library" on \ LIBGD "Interface to gd library" on \ @@ -57,15 +57,15 @@ OPTIONS= ASPELL "Interface to aspell spelling checker" on \ OPENGL "Interface to opengl library" on \ OPENSSL "Interface to openssl library" on \ PCAP "Interface to pcap library" on \ - PXLIB "Free Pascal unit to read various Paradox file" on \ + PXLIB "Unit to read various Paradox file" on \ SDL "Free Pascal interface to SDL library" on \ SVGALIB "Interface to svgalib library" on \ - SYMBOLIC "FreePascal unit to simple expression parsing and evaluating" on \ + SYMBOLIC "Simple expression parsing and evaluating" on \ SYSLOG "Interface to system logger" on \ TCL "Interface to tcl/tk interpreter" on \ UNZIP "Routines for unzipping zip files" on \ - USERS "Free Pascal interfaces to manipulate users" on \ - UTMP "Interface to gather information from the utmp file" on \ + USERS "Interface to manipulate users" on \ + UTMP "Gather information from the utmp file" on \ X11 "Interface to X windows server" on \ XFORMS "Interface to X-Forms" on \ ZLIB "Interface to the zlib compression library" on \ |