aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-05-07 21:37:19 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-05-07 21:37:19 +0000
commitfa34f8b3927920ed69eba50cf51dab7a45b8456c (patch)
tree0d6b6b8c21eb3767c3c296fa14238d7f42587506 /www
parent15689cc3fe45f44f8e0ed3b26f258080b8c223f4 (diff)
downloadports-fa34f8b3927920ed69eba50cf51dab7a45b8456c.tar.gz
ports-fa34f8b3927920ed69eba50cf51dab7a45b8456c.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/lighttpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 07fb876a3f48..cef0da7c711f 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -76,7 +76,7 @@ PLIST_SUB+= LOGROOT="${LIGHTTPD_LOGROOT}" \
.endif # !defined(_BUILDING_LIGHTTPD_MODULE)
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if !defined(_BUILDING_LIGHTTPD_MODULE)
# Default REQUIRE to rc.d script
@@ -88,7 +88,7 @@ PORTDOCS= ${DOCS}
.endif
.if ${PORT_OPTIONS:MOPENSSL}
-.include "${PORTSDIR}/Mk/bsd.openssl.mk"
+USE_OPENSSL= yes
CONFIGURE_ARGS+= --with-openssl \
--with-openssl-includes=${OPENSSLINC} \
--with-openssl-libs=${OPENSSLLIB}
@@ -227,4 +227,4 @@ regression-test: test
.endif # !defined(_BUILDING_LIGHTTPD_MODULE)
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>