aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-06-16 16:04:20 +0800
committerpav <pav@FreeBSD.org>2005-06-16 16:04:20 +0800
commit780ae70dcbce798c40d2ca8938ca992897c3c034 (patch)
treef8e6756e0b16b2e9cf8f859ad783d693fcecff5c
parent5aadb15bfb33da70fd67caab29618fa5222a3a86 (diff)
downloadfreebsd-ports-gnome-780ae70dcbce798c40d2ca8938ca992897c3c034.tar.gz
freebsd-ports-gnome-780ae70dcbce798c40d2ca8938ca992897c3c034.tar.zst
freebsd-ports-gnome-780ae70dcbce798c40d2ca8938ca992897c3c034.zip
- Dodge WITH_OPENSSL in OPTIONS oddity
Submitted by: sem
-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