diff options
author | tijl <tijl@FreeBSD.org> | 2014-06-02 06:04:16 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-06-02 06:04:16 +0800 |
commit | a918e6048c7e00289945d6cee97f5d85039ab22e (patch) | |
tree | c80551b31a019b101cf2cef0f7caacb0a06e31ef /Mk/bsd.options.desc.mk | |
parent | 028fda7f6f1be69d7d60d2d2979044258bbc2e70 (diff) | |
download | freebsd-ports-gnome-a918e6048c7e00289945d6cee97f5d85039ab22e.tar.gz freebsd-ports-gnome-a918e6048c7e00289945d6cee97f5d85039ab22e.tar.zst freebsd-ports-gnome-a918e6048c7e00289945d6cee97f5d85039ab22e.zip |
Fix description of NOTIFY option. It usually controls a dependency on
libnotify which deals with popup notifications.
Diffstat (limited to 'Mk/bsd.options.desc.mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 6426668be801..1c97fa378be1 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -334,7 +334,7 @@ NIS_DESC?= Network Information Services/YP support NLS_DESC?= Native Language Support NMAP_DESC?= NMAP support NNTP_DESC?= NNTP (News) support -NOTIFY_DESC?= Startup notification support +NOTIFY_DESC?= Desktop notification support NSS_DESC?= SSL/TLS support via NSS NTLM_DESC?= NTLM authentication support NUMPY_DESC?= NumPy mathematical computing support |