diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-10-07 17:58:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-10-07 17:58:53 +0800 |
commit | db7b6b466d5abdcfc9801047716db314b389a24a (patch) | |
tree | 3d508cbb6c14c95ec81422d69f41290d8ea62508 /Mk | |
parent | 4866563ca529e113f364c1e7cbb03eed55ec730d (diff) | |
download | freebsd-ports-gnome-db7b6b466d5abdcfc9801047716db314b389a24a.tar.gz freebsd-ports-gnome-db7b6b466d5abdcfc9801047716db314b389a24a.tar.zst freebsd-ports-gnome-db7b6b466d5abdcfc9801047716db314b389a24a.zip |
- Add shared UTF16 description
- Adjust descriptions:
- PROJ_DESC: detail description
- PTH_DESC: change "use ... for ..." to "... via ..." as other descriptions do
- SQLITE3_DESC: add space between SQLite and 3
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index c90de7ad901e..6b4d4c018b09 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -250,9 +250,9 @@ PORTAUDIO_DESC?= PortAudio library POSTGIS_DESC?= PostGIS support PRINT_DESC?= Printer support PROFILE_DESC?= Profiling library -PROJ_DESC?= PROJ.4 support +PROJ_DESC?= PROJ.4 cartographic projections library PROXY_DESC?= Proxy support -PTH_DESC?= Use GNU Pth for threading/multiprocessing +PTH_DESC?= Threading/multiprocessing via GNU Pth PULSEAUDIO_DESC?= PulseAudio sound server PYMALLOC_DESC?= Use Python's internal malloc PYTHON_DESC?= Python bindings @@ -280,7 +280,7 @@ SPANDSP_DESC?= Spandsp faxing SPEEX_DESC?= Speex audio format SQL_DESC?= SQL database SQLITE_DESC?= SQLite database -SQLITE3_DESC?= SQLite3 database +SQLITE3_DESC?= SQLite 3 database SSE_DESC?= Use SSE optimized routines SSH_DESC?= SSH protocol SSL_DESC?= SSL protocol @@ -310,6 +310,7 @@ UNIXODBC_DESC?= ODBC backend via unixODBC UNZIP_DESC?= UnZip compression UPNP_DESC?= UPnP support UTF8_DESC?= Unicode UTF-8 encoding +UTF16_DESC?= Unicode UTF-16 encoding VAAPI_DESC?= VAAPI (GPU video acceleration) VDPAU_DESC?= VDPAU (GPU video acceleration) VIDEO_DESC?= Video support |