diff options
author | bapt <bapt@FreeBSD.org> | 2012-05-29 22:01:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-05-29 22:01:15 +0800 |
commit | af79bf23a9307617f375106989d0c677102fffeb (patch) | |
tree | 1f5fb1415e1fead8eb96abe17be4b32aeb4ef3e9 /Mk | |
parent | 61d8e743552d75ad0840ebc21f5ff0b20bc9284c (diff) | |
download | freebsd-ports-gnome-af79bf23a9307617f375106989d0c677102fffeb.tar.gz freebsd-ports-gnome-af79bf23a9307617f375106989d0c677102fffeb.tar.zst freebsd-ports-gnome-af79bf23a9307617f375106989d0c677102fffeb.zip |
Convert to new options framework
While here activate flac by default
share descriptions of mp4, id3, flac and vorbis
Diffstat (limited to '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 edf78a30a5dd..84634457eb15 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -8,8 +8,12 @@ Options_Desc_MAINTAINER= ports@FreeBSD.org CURL_DESC?= Enable CURL support DBUS_DESC?= Enable DBUS support 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 +MP4_DESC?= Enable support for mp4 NLS_DESC?= Build and install the localisation data PNG_DESC?= Enable PNG support SSL_DESC?= Enable SSL support TIDY_DESC?= Enable tidy html cleaner support +VORBIS_DESC?= Enable support for ogg vorbis |