aboutsummaryrefslogtreecommitdiffstats
path: root/www/mini_httpd/Makefile
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-12-24 08:45:59 +0800
committerwen <wen@FreeBSD.org>2010-12-24 08:45:59 +0800
commit250911ce36c311a17bb4f7144098e7c72306c7c8 (patch)
tree90420cb7456d689440f3d16815316a5f29b4e537 /www/mini_httpd/Makefile
parentaab5ffbe44df0fdda0adb35e6fffc1f011a6b5b5 (diff)
downloadfreebsd-ports-gnome-250911ce36c311a17bb4f7144098e7c72306c7c8.tar.gz
freebsd-ports-gnome-250911ce36c311a17bb4f7144098e7c72306c7c8.tar.zst
freebsd-ports-gnome-250911ce36c311a17bb4f7144098e7c72306c7c8.zip
- Allow to build without ssl
PR: ports/153405 Submitted by: Anton Yuzhaninov <citrin@citrin.ru>
Diffstat (limited to 'www/mini_httpd/Makefile')
-rw-r--r--www/mini_httpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mini_httpd/Makefile b/www/mini_httpd/Makefile
index cc7c751a19f8..086eb077713b 100644
--- a/www/mini_httpd/Makefile
+++ b/www/mini_httpd/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Small HTTP server with support for GET, HEAD, POST, CGI, SSL, IPv6
.ifndef NO_SSL
-USE_OPENSSL= YES
+MAKE_ARGS+= -DUSE_OPENSSL
.endif
MAN8= mini_httpd.8 htpasswd.8