diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-29 22:38:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-29 22:38:30 +0800 |
commit | e0ffee622485773bc5c23def3a29987dd07067af (patch) | |
tree | 449858e59c09637c85f02a8e05cbb2d9b6b58854 /Mk | |
parent | 2487227847bc0b25e5f70730eb63c7fcc921f7f0 (diff) | |
download | freebsd-ports-gnome-e0ffee622485773bc5c23def3a29987dd07067af.tar.gz freebsd-ports-gnome-e0ffee622485773bc5c23def3a29987dd07067af.tar.zst freebsd-ports-gnome-e0ffee622485773bc5c23def3a29987dd07067af.zip |
- Convert to new options framework
- Add shared mmkeys and xspf descriptions
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index d283f118fa9f..1d3bd02e1371 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -11,6 +11,7 @@ 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 +MMKEYS_DESC?= Enable multimedia keys support MP4_DESC?= Enable support for mp4 MULTIBYTE_DESC?= Enable multibyte character support NLS_DESC?= Build and install the localisation data @@ -20,3 +21,4 @@ SSL_DESC?= Enable SSL support STATIC_DESC?= Build static executable/libraries TIDY_DESC?= Enable tidy html cleaner support VORBIS_DESC?= Enable support for ogg vorbis +XSPF_DESC?= Enable support for XSPF |