diff options
Diffstat (limited to 'www/lighttpd')
-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 |