diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-29 16:08:29 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-29 16:08:29 +0000 |
commit | 5e332999c70a27302c209c8fad88c4769c7f72db (patch) | |
tree | 73b72260e8ff3c16ef7f8fa8775692ab45905caf /Mk/bsd.options.desc.mk | |
parent | 16bf2700583eff59177574e620cfdc450ab72823 (diff) | |
download | ports-5e332999c70a27302c209c8fad88c4769c7f72db.tar.gz ports-5e332999c70a27302c209c8fad88c4769c7f72db.zip |
- Add shared GUI and X11 descriptions
Notes
Notes:
svn path=/head/; revision=297690
Diffstat (limited to 'Mk/bsd.options.desc.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 8519dfd27b8c..b4cae5d00bd7 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -15,6 +15,7 @@ DOCS_DESC?= Build and install the documentation EXAMPLES_DESC?= Build and install the examples FLAC_DESC?= Enable support for flac GOGO_DESC?= Enable gogo mp3 encoder +GUI_DESC?= Enable GUI support ID3_DESC?= Enable support for id3 tags LDAP_DESC?= Enable LDAP support MAGICK_DESC?= Enable ImageMagick Library @@ -33,4 +34,5 @@ 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 +X11_DESC?= Enable support for X11 XSPF_DESC?= Enable support for XSPF |