diff options
author | bapt <bapt@FreeBSD.org> | 2012-05-29 20:18:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-05-29 20:18:32 +0800 |
commit | cd1768db41f7b1311e3e7421da8a1623fb4f2081 (patch) | |
tree | 5a04cd27c17b566160c019f6f6b76c66ae104109 /Mk | |
parent | 45cc41efc289905fe8c96d5124eca8d0921754a9 (diff) | |
download | freebsd-ports-gnome-cd1768db41f7b1311e3e7421da8a1623fb4f2081.tar.gz freebsd-ports-gnome-cd1768db41f7b1311e3e7421da8a1623fb4f2081.tar.zst freebsd-ports-gnome-cd1768db41f7b1311e3e7421da8a1623fb4f2081.zip |
Switch prayer to new options format.
While here SSL, LDAP and TIDY description in shared bsd.options.desc.mk
set maintainer of bsd.options.desc.mk to ports@FreeBSD.org to point that it is
open to any committer
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 1df82b3f8cf4..1108afc0c2bb 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -1,5 +1,12 @@ # $FreeBSD$ # +# Please keep description ordered alphabetically ordered by variable name +# + +Options_Desc_MAINTAINER= ports@FreeBSD.org DOCS_DESC?= Build and install the documentation +LDAP_DESC?= Enable LDAP support NLS_DESC?= Build and install the localisation data +SSL_DESC?= Enable SSL support +TIDY_DESC?= Enable tidy html cleaner support |