summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-06-16 08:04:20 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-06-16 08:04:20 +0000
commit56ddf22d60ac84b57566c21de58903d9f91a84ae (patch)
treecdacaad9148f9e15624f8e47f32e40c6f278361a /www
parentUpdate to 3.39. (diff)
- Dodge WITH_OPENSSL in OPTIONS oddity
Submitted by: sem
Notes
Notes: svn path=/head/; revision=137528
Diffstat (limited to 'www')
-rw-r--r--www/lighttpd/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 7c59533fd45a..49feb2ab802d 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -35,13 +35,11 @@ OPTIONS= OPENSSL "Enable SSL support" on \
MYSQL "Enable MYSQL support" off \
IPV6 "Disable IPV6 support" off
-.if !defined(WITHOUT_OPENSSL)
-USE_OPENSSL= yes
-.endif
-
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_OPENSSL)
+.include "${PORTSDIR}/Mk/bsd.openssl.mk"
+USE_OPENSSL= yes
CONFIGURE_ARGS+= --with-openssl
.endif