diff options
author | zi <zi@FreeBSD.org> | 2012-05-20 21:21:16 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-05-20 21:21:16 +0800 |
commit | 59f3f5e80b66464166d08ab0cc5d895d08a289d0 (patch) | |
tree | 3b039c451e2039e637767799f6a706b5151d0be5 /mail | |
parent | 4b72a815424987d463187fa6b36241a6d4c91112 (diff) | |
download | freebsd-ports-gnome-59f3f5e80b66464166d08ab0cc5d895d08a289d0.tar.gz freebsd-ports-gnome-59f3f5e80b66464166d08ab0cc5d895d08a289d0.tar.zst freebsd-ports-gnome-59f3f5e80b66464166d08ab0cc5d895d08a289d0.zip |
- Resolve typo in SOLR support
PR: ports/168156
Submitted by: Jashank Jeremy <jashank@rulingia.com>
Approved by: Attila Nagy <bra@fsn.hu> (maintainer, implicit)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index d1effb56d54e..b15ebaf1761b 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -164,7 +164,7 @@ PLIST_SUB+= SQL="@comment " CONFIGURE_ARGS+=--with-solr LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 PLIST_SUB+= WITHSOLR="" -SUB_LIST+= ITHSOLR="" +SUB_LIST+= WITHSOLR="" .else CONFIGURE_ARGS+=--without-solr PLIST_SUB+= WITHSOLR="@comment " |