View | Details | Raw Unified | Return to bug 149509
Collapse All | Expand All

(-)www/lighttpd/Makefile (+1 lines)
Lines 81-86 Link Here
81
81
82
.if !defined(WITHOUT_OPENSSL)
82
.if !defined(WITHOUT_OPENSSL)
83
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
83
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
84
WITH_OPENSSL_PORT=	yes
84
CONFIGURE_ARGS+=	--with-openssl \
85
CONFIGURE_ARGS+=	--with-openssl \
85
			--with-openssl-includes=${OPENSSLINC} \
86
			--with-openssl-includes=${OPENSSLINC} \
86
			--with-openssl-libs=${OPENSSLLIB}
87
			--with-openssl-libs=${OPENSSLLIB}

Return to bug 149509