diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2003-09-30 23:17:51 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2003-09-30 23:17:51 +0000 |
commit | 3563cd660a3be80250f82a9163af76f40a06591a (patch) | |
tree | e66da098026320ce727ad20cf9377d6708d57eec /www/mnogosearch31 | |
parent | e426d735b6a12b32226d51be39520da8125e95f4 (diff) | |
download | ports-3563cd660a3be80250f82a9163af76f40a06591a.tar.gz ports-3563cd660a3be80250f82a9163af76f40a06591a.zip |
Notes
Diffstat (limited to 'www/mnogosearch31')
-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 |