diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-29 22:59:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-29 22:59:39 +0800 |
commit | b61aa894e6ce610111e6ce967af6667e0c9ccf2f (patch) | |
tree | 26f4658f014b95c5c2fda6df2de3943bda55a42e /Mk/bsd.options.desc.mk | |
parent | 3b498c7e61886bca4c5aa540da1df8d41926d7d4 (diff) | |
download | freebsd-ports-gnome-b61aa894e6ce610111e6ce967af6667e0c9ccf2f.tar.gz freebsd-ports-gnome-b61aa894e6ce610111e6ce967af6667e0c9ccf2f.tar.zst freebsd-ports-gnome-b61aa894e6ce610111e6ce967af6667e0c9ccf2f.zip |
- Convert to new options framework
- Add shared MAGICK, MYSQL, PGSQL and SQLITE descriptions
Reviewed by: bapt
Diffstat (limited to 'Mk/bsd.options.desc.mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 71ae5f1b778b..87939b2e9dc4 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -11,14 +11,18 @@ DOCS_DESC?= Build and install the documentation FLAC_DESC?= Enable support for flac ID3_DESC?= Enable support for id3 tags LDAP_DESC?= Enable LDAP support +MAGICK_DESC?= Enable ImageMagick Library MMKEYS_DESC?= Enable multimedia keys support MP4_DESC?= Enable support for mp4 MULTIBYTE_DESC?= Enable multibyte character support +MYSQL_DESC?= Enable MySQL backend NLS_DESC?= Build and install the localisation data PCRE_DESC?= Enable regular expressions using libpcre +PGSQL_DESC?= Enable PostgreSQL backend PNG_DESC?= Enable PNG support SSL_DESC?= Enable SSL support STATIC_DESC?= Build static executable/libraries +SQLITE_DESC?= Enable SQLite backend TIDY_DESC?= Enable tidy html cleaner support VORBIS_DESC?= Enable support for ogg vorbis XSPF_DESC?= Enable support for XSPF |