diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-16 08:04:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-16 08:04:20 +0000 |
commit | 56ddf22d60ac84b57566c21de58903d9f91a84ae (patch) | |
tree | cdacaad9148f9e15624f8e47f32e40c6f278361a | |
parent | b2cadaadb03a034b94eb11f88a017d5a44a7bd43 (diff) | |
download | ports-56ddf22d60ac84b57566c21de58903d9f91a84ae.tar.gz ports-56ddf22d60ac84b57566c21de58903d9f91a84ae.zip |
Notes
-rw-r--r-- | www/lighttpd/Makefile | 6 |
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 |