diff options
author | taca <taca> | 2015-09-13 14:39:37 +0000 |
---|---|---|
committer | taca <taca> | 2015-09-13 14:39:37 +0000 |
commit | d3ab470a3d5040ecaababdacfdbf1aa4bcc5565c (patch) | |
tree | 40b878321aced23c3442d11e39ad26ce70a96887 /mail | |
parent | 1dabcf99b3618f2407184614b5eb2397e7ed7776 (diff) | |
download | pkgsrc-d3ab470a3d5040ecaababdacfdbf1aa4bcc5565c.tar.gz |
Correct description in comment, noted by Frédéric Fauberteau.
Thanks much!
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/roundcube/options.mk b/mail/roundcube/options.mk index aa4c889b1a3..4105d834797 100644 --- a/mail/roundcube/options.mk +++ b/mail/roundcube/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.12 2015/08/31 15:31:26 taca Exp $ +# $NetBSD: options.mk,v 1.13 2015/09/13 14:39:37 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.roundcube @@ -59,7 +59,7 @@ WWW_CONF_FILE?= apache.conf .endif ### -### Use apache web server +### Use nginx web server ### .if !empty(PKG_OPTIONS:Mnginx) DEPENDS+= nginx-[0-9]*:../../www/nginx |