svn commit: r356183 - head/Mk

Tijl Coosemans tijl at FreeBSD.org
Sun Jun 1 22:04:16 UTC 2014


Author: tijl
Date: Sun Jun  1 22:04:16 2014
New Revision: 356183
URL: http://svnweb.freebsd.org/changeset/ports/356183
QAT: https://qat.redports.org/buildarchive/r356183/

Log:
  Fix description of NOTIFY option.  It usually controls a dependency on
  libnotify which deals with popup notifications.

Modified:
  head/Mk/bsd.options.desc.mk

Modified: head/Mk/bsd.options.desc.mk
==============================================================================
--- head/Mk/bsd.options.desc.mk	Sun Jun  1 22:02:54 2014	(r356182)
+++ head/Mk/bsd.options.desc.mk	Sun Jun  1 22:04:16 2014	(r356183)
@@ -334,7 +334,7 @@ NIS_DESC?=		Network Information Services
 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


More information about the svn-ports-head mailing list