summaryrefslogtreecommitdiff
path: root/www/mnogosearch
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2003-09-30 23:17:51 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2003-09-30 23:17:51 +0000
commit3563cd660a3be80250f82a9163af76f40a06591a (patch)
treee66da098026320ce727ad20cf9377d6708d57eec /www/mnogosearch
parentDate: Tue, 30 Sep 2003 17:26:29 +0200 (diff)
Add WITHOUT_MNOGO_SSL knob
Notes
Notes: svn path=/head/; revision=89935
Diffstat (limited to 'www/mnogosearch')
-rw-r--r--www/mnogosearch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile
index 0f5729a78a37..ea2347184c8b 100644
--- a/www/mnogosearch/Makefile
+++ b/www/mnogosearch/Makefile
@@ -33,7 +33,7 @@ CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
RUN_DEPENDS+= ${LOCALBASE}/etc/apache/httpd.conf:${PORTSDIR}/www/apache13
-.ifndef NO_OPENSSL
+.if !defined(NO_OPENSSL) && !defined(WITHOUT_MNOGO_SSL)
USE_OPENSSL= yes
.endif