diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-30 00:08:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-30 00:08:29 +0800 |
commit | 347b6c2fd67d791ff9e3a53101be3f17b8c4c0bc (patch) | |
tree | f14aed59f657b1715ccf7470707b7368fc6cc0f8 /Mk | |
parent | 38e5e92b591e7d269930e2485ece231757aff282 (diff) | |
download | freebsd-ports-gnome-347b6c2fd67d791ff9e3a53101be3f17b8c4c0bc.tar.gz freebsd-ports-gnome-347b6c2fd67d791ff9e3a53101be3f17b8c4c0bc.tar.zst freebsd-ports-gnome-347b6c2fd67d791ff9e3a53101be3f17b8c4c0bc.zip |
- Add shared GUI and X11 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 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 |