aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dovecot2
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2012-05-18 19:42:21 +0800
committerzi <zi@FreeBSD.org>2012-05-18 19:42:21 +0800
commit2b1c56d30fa5da98c3ffcf1a805f9f3026cc9ce4 (patch)
treef1b923940ad647d9c89f9638b4258ea359f8a969 /mail/dovecot2
parente66ee3d70c01bf4d71a7c4e6c83e33f943f5e477 (diff)
downloadfreebsd-ports-gnome-2b1c56d30fa5da98c3ffcf1a805f9f3026cc9ce4.tar.gz
freebsd-ports-gnome-2b1c56d30fa5da98c3ffcf1a805f9f3026cc9ce4.tar.zst
freebsd-ports-gnome-2b1c56d30fa5da98c3ffcf1a805f9f3026cc9ce4.zip
- Remove unneeded USE_SOLR line
Reported by: ak@
Diffstat (limited to 'mail/dovecot2')
-rw-r--r--mail/dovecot2/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index 6520e5a0f445..d1effb56d54e 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -161,7 +161,6 @@ PLIST_SUB+= SQL="@comment "
## SOLR support
#
.if defined(WITH_SOLR) && !defined(WITHOUT_SOLR)
-USE_SOLR= yes
CONFIGURE_ARGS+=--with-solr
LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2
PLIST_SUB+= WITHSOLR=""