diff options
Diffstat (limited to 'www/mnogosearch31/Makefile')
-rw-r--r-- | www/mnogosearch31/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index 0f5729a78a37..ea2347184c8b 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/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 |